diff --git a/telebot/__init__.py b/telebot/__init__.py index 4617788..1eb02fe 100644 --- a/telebot/__init__.py +++ b/telebot/__init__.py @@ -5950,6 +5950,7 @@ class TeleBot: return handler["function"](message, **data_copy) + break except Exception as e: handler_error = e if self.exception_handler: