mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Fix broken debug call
This commit is contained in:
parent
d462b04a9c
commit
4a491e45ce
|
@ -311,7 +311,7 @@ class MTProtoSender:
|
|||
while not any(m.future.cancelled() for m in messages):
|
||||
try:
|
||||
async with self._send_lock:
|
||||
__log__.debug('Sending {} bytes...', len(body))
|
||||
__log__.debug('Sending {} bytes...'.format(len(body)))
|
||||
await self._connection.send(body)
|
||||
break
|
||||
# TODO Are there more exceptions besides timeout?
|
||||
|
|
Loading…
Reference in New Issue
Block a user