diff --git a/pyrogram/connection/transport/tcp/tcp.py b/pyrogram/connection/transport/tcp/tcp.py index ce8c0909..1d0296b8 100644 --- a/pyrogram/connection/transport/tcp/tcp.py +++ b/pyrogram/connection/transport/tcp/tcp.py @@ -45,9 +45,6 @@ class TCP: self.reader = None # type: asyncio.StreamReader self.writer = None # type: asyncio.StreamWriter - self.lock = asyncio.Lock() - self.loop = asyncio.get_event_loop() - if proxy: hostname = proxy.get("hostname")