Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ proxies = None
|
|
| 13 |
# }
|
| 14 |
|
| 15 |
a = requests.get('http://ip.klinson.com/').text
|
| 16 |
-
print(f"{a
|
| 17 |
|
| 18 |
# 创建新的聊天频道
|
| 19 |
def generate_uuid():
|
|
|
|
| 13 |
# }
|
| 14 |
|
| 15 |
a = requests.get('http://ip.klinson.com/').text
|
| 16 |
+
print(f"{a}")
|
| 17 |
|
| 18 |
# 创建新的聊天频道
|
| 19 |
def generate_uuid():
|