mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-06 21:20:22 +03:00
Remove unnecessary log and trailing whitespace
This commit is contained in:
parent
c6c241d4c8
commit
6ab3402a94
|
@ -216,8 +216,6 @@ class MTProtoSender:
|
|||
except (ConnectionError, asyncio.TimeoutError) as e:
|
||||
__log__.warning('Attempt {} at connecting failed: {}: {}'
|
||||
.format(retry, type(e).__name__, e))
|
||||
__log__.warning('Sleeping for {} seconds on failed attempt {}:'
|
||||
.format(self._delay,retry))
|
||||
await asyncio.sleep(self._delay)
|
||||
else:
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue
Block a user