mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Edit confused notice.
This commit is contained in:
parent
4a3e989391
commit
292bb307f0
@ -144,9 +144,9 @@ class TeleBot:
|
|||||||
try:
|
try:
|
||||||
self.get_update()
|
self.get_update()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print("TeleBot: Exception occurred. Stopping.")
|
|
||||||
if not none_stop:
|
if not none_stop:
|
||||||
self.__stop_polling = True
|
self.__stop_polling = True
|
||||||
|
print("TeleBot: Exception occurred. Stopping.")
|
||||||
print(e)
|
print(e)
|
||||||
|
|
||||||
print('TeleBot: Stopped polling.')
|
print('TeleBot: Stopped polling.')
|
||||||
|
Loading…
Reference in New Issue
Block a user