mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-02 19:20:09 +03:00
Merge branch 'master' into asyncio
This commit is contained in:
commit
02fcaaa78c
|
@ -570,7 +570,7 @@ class TelegramBareClient:
|
|||
UserMigrateError) as e:
|
||||
|
||||
await self._reconnect(new_dc=e.new_dc)
|
||||
return await self._invoke(call_receive, retry, *requests)
|
||||
return await self._invoke(call_receive, retry, requests)
|
||||
|
||||
except (ServerError, RpcCallFailError) as e:
|
||||
# Telegram is having some issues, just retry
|
||||
|
|
Loading…
Reference in New Issue
Block a user