1
0
mirror of https://github.com/MarkParker5/STARK.git synced 2025-11-23 21:34:45 +02:00
This commit is contained in:
MarkParker5
2021-02-07 22:08:08 +02:00
parent 3cee3e03fa
commit 6654c59bb5
4 changed files with 19 additions and 14 deletions

View File

@@ -5,6 +5,7 @@ import Text2Speech
import telebot
import config
import modules
import time
threads = []
online = True
@@ -70,4 +71,5 @@ while True:
print("Start polling...")
bot.polling(callback = check_threads, args = (threads,) )
except:
time.sleep(10)
print("Polling failed")