Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ import zipfile
|
|
11 |
from pathlib import Path
|
12 |
|
13 |
# Initialize Telegram bot
|
|
|
14 |
bot = telebot.TeleBot("6637723515:AAGfwpKEh0Vgw8hZkTZq8MohIFwR6LdKX9I", parse_mode=None)
|
15 |
|
16 |
def run_scripts(target, source):
|
|
|
11 |
from pathlib import Path
|
12 |
|
13 |
# Initialize Telegram bot
|
14 |
+
apihelper.API_URL = "http://0.0.0.0:7860/bot{0}/{1}"
|
15 |
bot = telebot.TeleBot("6637723515:AAGfwpKEh0Vgw8hZkTZq8MohIFwR6LdKX9I", parse_mode=None)
|
16 |
|
17 |
def run_scripts(target, source):
|