This commit is contained in:
孙小云 2026-02-03 16:37:49 +08:00
parent 6c175a7008
commit 907d638a8c
1 changed files with 1 additions and 1 deletions

View File

@ -785,7 +785,7 @@ class DeploymentServer:
# 获取当前访问的主机IP从请求头中获取
host_ip = request.host.split(':')[0] # 去掉端口号只保留IP
html = '''
html = f'''
<!DOCTYPE html>
<html>
<head>