2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-08 18:25:16 +00:00

Merge #221, string sessions now work for bots too

This commit is contained in:
bakatrouble
2019-02-22 02:13:51 +03:00
parent fd5889d69e
commit 9c4e9e166e
6 changed files with 30 additions and 12 deletions

View File

@@ -70,7 +70,6 @@ class BaseClient(SessionStorageMixin):
def __init__(self, session_storage: BaseSessionStorage):
self.session_storage = session_storage
self.is_bot = False
self.rnd_id = MsgId
self.channels_pts = {}