Update main.py
This commit is contained in:
parent
792be8591b
commit
fb2df8c658
|
@ -91,7 +91,7 @@ schedule.every().day.at("11:05").do(send_notification)
|
|||
schedule.every().day.at("12:05").do(send_notification)
|
||||
schedule.every().day.at("21:00").do(send_notification)
|
||||
now = datetime.datetime.now()
|
||||
t1 = threading.Thread(target=bot.polling).start()
|
||||
#t1 = threading.Thread(target=bot.polling).start()
|
||||
|
||||
while True:
|
||||
time.sleep(10)
|
||||
|
|
Loading…
Reference in New Issue