2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-07 09:45:14 +00:00

Performance improvements

This commit is contained in:
Dan
2019-06-01 13:18:48 +02:00
parent f6361cd20f
commit d243ebc2cd
3 changed files with 22 additions and 31 deletions

View File

@@ -96,7 +96,6 @@ class BaseClient:
self.date = None
self.rnd_id = MsgId
self.channels_pts = {}
self.peers_by_id = {}
self.peers_by_username = {}