Fix auth_key not being set

This commit is contained in:
Lonami Exo 2018-10-19 13:35:29 +02:00
parent 939854a0dd
commit 8563b9560d

View File

@ -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()