mirror of
https://github.com/assenzostefano/class-website.git
synced 2025-06-06 00:39:12 +02:00
Update main.py
This commit is contained in:
@@ -95,7 +95,7 @@ def send_notification():
|
||||
else:
|
||||
recheck()
|
||||
|
||||
schedule.every().day.at("16:25").do(send_notification)
|
||||
schedule.every().day.at("07:50").do(send_notification)
|
||||
now = datetime.datetime.now()
|
||||
t1 = threading.Thread(target=bot.polling).start()
|
||||
|
||||
|
Reference in New Issue
Block a user