mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Fixed bug with searching a new handler after the execution of handler
This commit is contained in:
parent
b2d2ab5c33
commit
3d2576ca24
@ -5950,6 +5950,7 @@ class TeleBot:
|
||||
return
|
||||
|
||||
handler["function"](message, **data_copy)
|
||||
break
|
||||
except Exception as e:
|
||||
handler_error = e
|
||||
if self.exception_handler:
|
||||
|
Loading…
Reference in New Issue
Block a user