Avoid counterintuitive automatic connection

This commit is contained in:
Lonami Exo
2017-05-20 11:33:37 +02:00
parent bbd3eb7c28
commit 468033fa7e
4 changed files with 10 additions and 2 deletions

View File

@@ -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()