Skip to content

Commit 9eec34e

Browse files
committed
pep8 fix
1 parent 383a2d3 commit 9eec34e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

telegram/utils/botan.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ def track(self, message, event_name='event'):
4949
return True
5050
except HTTPError as error:
5151
self.logger.warn('Botan track error ' +
52-
str(error.code) + ':' + error.read().decode('utf-8'))
52+
str(error.code) +
53+
':' + error.read().decode('utf-8'))
5354
return False
5455
except URLError as error:
5556
self.logger.warn('Botan track error ' + error.reason)

0 commit comments

Comments
 (0)