mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-12 17:12:23 +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!')
|
__log__.info('User is already connected!')
|
||||||
return
|
return
|
||||||
|
|
||||||
|
self._auth_key.key = auth_key
|
||||||
self._connection = connection
|
self._connection = connection
|
||||||
self._user_connected = True
|
self._user_connected = True
|
||||||
await self._connect()
|
await self._connect()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user