mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-02-16 18:31:45 +01:00
debug message after processing update
This commit is contained in:
parent
23507202e8
commit
f5ac1ae067
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ class Dispatcher:
|
|||
break
|
||||
|
||||
self.processUpdate(update)
|
||||
self.logger.debug('Processed Update: %s' % update)
|
||||
|
||||
# Dispatch any errors
|
||||
except TelegramError as te:
|
||||
|
|
Loading…
Add table
Reference in a new issue