xiaolv commited on
Commit
358e5eb
·
1 Parent(s): f5d46c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- a = requests.get('http://ip.klinson.com/').text
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():