mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 05:19:41 +00:00
MtProtoPlainSender was not connecting (closes #62)
This commit is contained in:
@@ -12,6 +12,7 @@ class MtProtoPlainSender:
|
||||
self._time_offset = 0
|
||||
self._last_msg_id = 0
|
||||
self._transport = transport
|
||||
self._transport.connect()
|
||||
|
||||
def send(self, data):
|
||||
"""Sends a plain packet (auth_key_id = 0) containing the given message body (data)"""
|
||||
|
Reference in New Issue
Block a user