mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-06 13:10:22 +03:00
Remove more unnecessary logs
This commit is contained in:
parent
6ab3402a94
commit
59307c70a0
|
@ -236,8 +236,6 @@ class MTProtoSender:
|
|||
except (SecurityError, AssertionError) as e:
|
||||
__log__.warning('Attempt {} at new auth_key failed: {}'
|
||||
.format(retry, e))
|
||||
__log__.warning('Sleeping for {} seconds on failed attempt {}:'
|
||||
.format(self._delay,retry))
|
||||
await asyncio.sleep(self._delay)
|
||||
else:
|
||||
e = ConnectionError('auth_key generation failed {} times'
|
||||
|
|
Loading…
Reference in New Issue
Block a user