mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 03:22:29 +00:00
Handle the right errors
This commit is contained in:
@@ -111,6 +111,4 @@ class MessagePacker:
|
||||
s.container_id = container_id
|
||||
|
||||
data = buffer.getvalue()
|
||||
__log__.debug('Packed %d message(s) in %d bytes for sending',
|
||||
len(batch), len(data))
|
||||
return batch, data
|
||||
|
Reference in New Issue
Block a user