diff --git a/telebot/__init__.py b/telebot/__init__.py index 9e23873..84c1b2a 100644 --- a/telebot/__init__.py +++ b/telebot/__init__.py @@ -92,7 +92,6 @@ class TeleBot: Registered listeners and applicable message handlers will be notified when a new message arrives. :raises ApiException when a call has failed. """ - raise apihelper.ApiException("Test2", None, None) updates = self.get_updates(offset=(self.last_update_id + 1), timeout=timeout) new_messages = [] for update in updates: