From 913f01dfe8aa16ba659060276c67f20a041d87fb Mon Sep 17 00:00:00 2001 From: eternnoir Date: Sun, 12 Jul 2015 19:03:41 +0800 Subject: [PATCH] Edit confused notice. --- telebot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telebot/__init__.py b/telebot/__init__.py index 5126331..0111678 100644 --- a/telebot/__init__.py +++ b/telebot/__init__.py @@ -144,9 +144,9 @@ class TeleBot: try: self.get_update() except Exception as e: - print("TeleBot: Exception occurred. Stopping.") if not none_stop: self.__stop_polling = True + print("TeleBot: Exception occurred. Stopping.") print(e) print('TeleBot: Stopped polling.')