mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-04 21:50:57 +03:00
Fix-up e2fe3eb
(packer was OK, encryption was not made)
This commit is contained in:
parent
f5bc952309
commit
939854a0dd
|
@ -342,6 +342,8 @@ class MTProtoSender:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
# TODO Split except
|
||||||
|
data = self._state.encrypt_message_data(data)
|
||||||
await self._connection.send(data)
|
await self._connection.send(data)
|
||||||
except Exception:
|
except Exception:
|
||||||
__log__.exception('Unhandled error while sending data')
|
__log__.exception('Unhandled error while sending data')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user