xiaolv commited on
Commit
d8fdacf
1 Parent(s): beff540

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -12,6 +12,9 @@ proxies = None
12
  # # 'socks5':"socks5://127.0.0.1:10808",
13
  # }
14
 
 
 
 
15
  # 创建新的聊天频道
16
  def generate_uuid():
17
  random_uuid = uuid.uuid4()
 
12
  # # 'socks5':"socks5://127.0.0.1:10808",
13
  # }
14
 
15
+ a = requests.get('http://ip.klinson.com/').text
16
+ print(f"{a.text}")
17
+
18
  # 创建新的聊天频道
19
  def generate_uuid():
20
  random_uuid = uuid.uuid4()