diff --git a/bot.py b/bot.py index c597886..f5f0a42 100644 --- a/bot.py +++ b/bot.py @@ -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()