Change cron hour

This commit is contained in:
Gabriele De Rosa 2021-05-21 18:24:41 +02:00
parent b195abf771
commit 0c345f30e9
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -410,7 +410,7 @@ start_handler = CommandHandler('news', news)
dispatcher.add_handler(start_handler)
# Setup cron
schedule.every().day.at("18:20").do(job)
schedule.every().day.at("18:30").do(job)
# Start bot
updater.start_polling()