mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
Fix using *args on phone migrate
This commit is contained in:
parent
32b7e9e27a
commit
c010683685
|
@ -597,7 +597,7 @@ class TelegramBareClient:
|
|||
# be on the very first connection (not authorized, not running),
|
||||
# but may be an issue for people who actually travel?
|
||||
self._reconnect(new_dc=e.new_dc)
|
||||
return self._invoke(call_receive, *requests)
|
||||
return self._invoke(call_receive, requests)
|
||||
|
||||
except (ServerError, RpcCallFailError) as e:
|
||||
# Telegram is having some issues, just retry
|
||||
|
|
Loading…
Reference in New Issue
Block a user