mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-03 11:40:11 +03:00
Fix missing blocking result() call on connect (#888)
This commit is contained in:
parent
2efd78000f
commit
8a287a38ec
|
@ -288,7 +288,7 @@ class TelegramBaseClient(abc.ABC):
|
|||
self.session.server_address, self.session.port)
|
||||
|
||||
self._sender.send(self._init_with(
|
||||
functions.help.GetConfigRequest()))
|
||||
functions.help.GetConfigRequest())).result()
|
||||
|
||||
self._updates_handle = syncio.create_task(self._update_loop)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user