Update app.py
Browse files
app.py
CHANGED
@@ -11,9 +11,8 @@ proxies = None
|
|
11 |
# 'https': 'https://127.0.0.1:7680',
|
12 |
# # 'socks5':"socks5://127.0.0.1:10808",
|
13 |
# }
|
14 |
-
|
15 |
-
|
16 |
-
print(f"{a}")
|
17 |
|
18 |
# 创建新的聊天频道
|
19 |
def generate_uuid():
|
|
|
11 |
# 'https': 'https://127.0.0.1:7680',
|
12 |
# # 'socks5':"socks5://127.0.0.1:10808",
|
13 |
# }
|
14 |
+
|
15 |
+
print(f"服务器地址:{requests.get('http://ip.klinson.com/').text}")
|
|
|
16 |
|
17 |
# 创建新的聊天频道
|
18 |
def generate_uuid():
|