Dooratre commited on
Commit
177a868
·
verified ·
1 Parent(s): 1fc5701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:9050'}
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: