We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa125e5 commit 623863cCopy full SHA for 623863c
telegram/dispatcher.py
@@ -187,7 +187,8 @@ def start(self):
187
188
# All other errors should not stop the thread, just print them
189
except:
190
- self.logger.exception()
+ self.logger.exception("An uncaught error was raised while "
191
+ "processing an update")
192
else:
193
self.__lock.release()
194
self.logger.info('Dispatcher thread stopped')
0 commit comments