fix error in error handler
This commit is contained in:
parent
4f7c84c54c
commit
7cd8a640b3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue