mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-14 19:48:57 +01:00
pep8 fix
This commit is contained in:
parent
383a2d3742
commit
9eec34edd1
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ class Botan(object):
|
|||
return True
|
||||
except HTTPError as error:
|
||||
self.logger.warn('Botan track error ' +
|
||||
str(error.code) + ':' + error.read().decode('utf-8'))
|
||||
str(error.code) +
|
||||
':' + error.read().decode('utf-8'))
|
||||
return False
|
||||
except URLError as error:
|
||||
self.logger.warn('Botan track error ' + error.reason)
|
||||
|
|
Loading…
Add table
Reference in a new issue