Interval time changed

master
alex 2022-09-05 09:02:15 +02:00
parent 9135325708
commit 7af5d6d659
1 changed files with 2 additions and 2 deletions

View File

@ -162,8 +162,8 @@ def start_bot():
bot = Bot()
schedule.every().day.at("07:00").do(run_threaded, start_bot)
schedule.every().day.at("21:00").do(run_threaded, start_bot)
schedule.every().day.at("05:00").do(run_threaded, start_bot)
schedule.every().day.at("19:00").do(run_threaded, start_bot)
while True:
schedule.run_pending()