mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-03-03 19:00:21 +03:00
Fix attribute access order being swapped (#353)
This commit is contained in:
parent
16cf94c9ad
commit
e349910eb9
|
@ -270,7 +270,7 @@ class MtProtoSender:
|
|||
|
||||
def _clear_all_pending(self):
|
||||
for r in self._pending_receive.values():
|
||||
r.confirm_received.request.set()
|
||||
r.request.confirm_received.set()
|
||||
self._pending_receive.clear()
|
||||
|
||||
def _handle_pong(self, msg_id, sequence, reader):
|
||||
|
|
Loading…
Reference in New Issue
Block a user