Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import subprocess
|
|
5 |
|
6 |
|
7 |
# Set up the proxy
|
8 |
-
apihelper.proxy = {'https': 'socks5h://127.0.0.1:
|
9 |
|
10 |
# Read the bot token from a file
|
11 |
with open('cokk.txt', 'r', encoding='utf-8') as file:
|
|
|
5 |
|
6 |
|
7 |
# Set up the proxy
|
8 |
+
apihelper.proxy = {'https': 'socks5h://127.0.0.1:7860'}
|
9 |
|
10 |
# Read the bot token from a file
|
11 |
with open('cokk.txt', 'r', encoding='utf-8') as file:
|