Update main.py

This commit is contained in:
Stefano Assenzo 2023-03-06 16:34:00 +01:00 committed by GitHub
parent 88097ac588
commit d6668d255d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()