1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Merge pull request #1678 from coder2020official/master

Fixed bug with searching a new handler after the execution of handler
This commit is contained in:
Badiboy 2022-08-21 19:38:59 +03:00 committed by GitHub
commit 3d97b08289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: