Change cron hour
This commit is contained in:
parent
b195abf771
commit
0c345f30e9
2
bot.py
2
bot.py
|
@ -410,7 +410,7 @@ start_handler = CommandHandler('news', news)
|
||||||
dispatcher.add_handler(start_handler)
|
dispatcher.add_handler(start_handler)
|
||||||
|
|
||||||
# Setup cron
|
# Setup cron
|
||||||
schedule.every().day.at("18:20").do(job)
|
schedule.every().day.at("18:30").do(job)
|
||||||
|
|
||||||
# Start bot
|
# Start bot
|
||||||
updater.start_polling()
|
updater.start_polling()
|
||||||
|
|
Loading…
Reference in New Issue