Fix invalid merge

This commit is contained in:
Lonami Exo 2018-05-10 10:07:54 +02:00
parent 95eac6c151
commit 6130b8918d

View File

@ -188,7 +188,7 @@ class MtProtoSender:
:param message: the TLMessage to be sent. :param message: the TLMessage to be sent.
""" """
await self.connection.send(utils.pack_message(self.session, message)) await self.connection.send(helpers.pack_message(self.session, message))
def _decode_msg(self, body): def _decode_msg(self, body):
""" """