mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 05:19:41 +00:00
Avoid counterintuitive automatic connection
This commit is contained in:
@@ -46,8 +46,6 @@ class MtProtoSender:
|
||||
self.updates_thread_sleep = None
|
||||
self.updates_thread = None # Set later
|
||||
|
||||
self.connect()
|
||||
|
||||
def connect(self):
|
||||
"""Connects to the server"""
|
||||
self.transport.connect()
|
||||
|
Reference in New Issue
Block a user