mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
Replace library print()'s with calls to _logger
This commit is contained in:
@@ -246,7 +246,7 @@ class MtProtoSender:
|
||||
|
||||
return False
|
||||
|
||||
print('Unknown message: {}'.format(hex(code)))
|
||||
self._logger.warning('Unknown message: {}'.format(hex(code)))
|
||||
return False
|
||||
|
||||
# endregion
|
||||
|
Reference in New Issue
Block a user