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
1 changed files with 1 additions and 0 deletions

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: