mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-14 19:48:57 +01:00
log warning
This commit is contained in:
parent
f49f592f0d
commit
8090658ab4
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ class Dispatcher:
|
|||
|
||||
# Dispatch any errors
|
||||
except TelegramError as te:
|
||||
self.logger.warn("Error was raised while processing Update.")
|
||||
self.dispatchError(update, te)
|
||||
|
||||
self.logger.info('Dispatcher thread stopped')
|
||||
|
|
Loading…
Add table
Reference in a new issue