1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

long_polling_timeout update 2

This commit is contained in:
Badiboy
2020-11-07 14:43:17 +03:00
parent 03e1aef70e
commit a548374a4d
2 changed files with 6 additions and 6 deletions

View File

@ -72,7 +72,7 @@ class WorkerThread(threading.Thread):
except Queue.Empty:
pass
except Exception as e:
logger.error(type(e).__name__ + " occurred, args=" + str(e.args) + "\n" + traceback.format_exc())
logger.debug(type(e).__name__ + " occurred, args=" + str(e.args) + "\n" + traceback.format_exc())
self.exception_info = e
self.exception_event.set()