Interval time changed
parent
9135325708
commit
7af5d6d659
4
main.py
4
main.py
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue