mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-14 19:48:57 +01:00
move 'no new updates found' message to debug (#167)
This commit is contained in:
parent
d4370e49e5
commit
6d2e159d75
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ class Bot(TelegramObject):
|
|||
self.logger.info(
|
||||
'Getting updates: %s', [u['update_id'] for u in result])
|
||||
else:
|
||||
self.logger.info('No new updates found.')
|
||||
self.logger.debug('No new updates found.')
|
||||
|
||||
return [Update.de_json(x) for x in result]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue