Skip to content

Commit f5ac1ae

Browse files
committed
debug message after processing update
1 parent 2350720 commit f5ac1ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

telegram/dispatcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def start(self):
138138
break
139139

140140
self.processUpdate(update)
141+
self.logger.debug('Processed Update: %s' % update)
141142

142143
# Dispatch any errors
143144
except TelegramError as te:

0 commit comments

Comments
 (0)