Skip to content

Commit 0bcb9f2

Browse files
committed
FIX: Log the info that bot was started before going into idle
1 parent 1627460 commit 0bcb9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,5 +467,5 @@ def restart(bot, update):
467467
dispatcher.add_error_handler(error)
468468

469469
updater.start_polling()
470-
updater.idle()
471470
logger.info("Bot started")
471+
updater.idle()

0 commit comments

Comments
 (0)