mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 17:36:34 +03:00
Fix auth_key not being set
This commit is contained in:
parent
939854a0dd
commit
8563b9560d
|
@ -115,6 +115,7 @@ class MTProtoSender:
|
|||
__log__.info('User is already connected!')
|
||||
return
|
||||
|
||||
self._auth_key.key = auth_key
|
||||
self._connection = connection
|
||||
self._user_connected = True
|
||||
await self._connect()
|
||||
|
|
Loading…
Reference in New Issue
Block a user