Update APP/main.py
Browse files- APP/main.py +1 -1
APP/main.py
CHANGED
|
@@ -18,7 +18,7 @@ if not bot_token:
|
|
| 18 |
|
| 19 |
bot = telebot.TeleBot(bot_token, threaded=False)
|
| 20 |
|
| 21 |
-
proxy_url = "https://
|
| 22 |
telebot.apihelper.API_URL = f"{proxy_url}/bot{bot_token}/{{1}}"
|
| 23 |
telebot.apihelper.FILE_URL = f"{proxy_url}/file/bot{bot_token}/{{1}}"
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
bot = telebot.TeleBot(bot_token, threaded=False)
|
| 20 |
|
| 21 |
+
proxy_url = "https://enltlh-mirror.deno.dev/https://api.telegram.org"
|
| 22 |
telebot.apihelper.API_URL = f"{proxy_url}/bot{bot_token}/{{1}}"
|
| 23 |
telebot.apihelper.FILE_URL = f"{proxy_url}/file/bot{bot_token}/{{1}}"
|
| 24 |
|