fix error in error handler

feature-unify_handlers
Tomáš Mládek 2018-09-02 19:59:11 +02:00 committed by Tomáš Mládek
parent 4f7c84c54c
commit 7cd8a640b3
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ def error(bot, update, error):
if "Timed out" in error:
if update is not None:
update.message.reply_text("Now for realz tho")
handle_rest(bot, update)
handle_rest(bot, update)
else:
if update is not None:
update.message.reply_text("Something is fucked: %s" % error)