1
0
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:
_run 2022-08-21 20:42:55 +05:00
parent b2d2ab5c33
commit 3d2576ca24

View File

@ -5950,6 +5950,7 @@ class TeleBot:
return
handler["function"](message, **data_copy)
break
except Exception as e:
handler_error = e
if self.exception_handler: