mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-30 17:59:55 +03:00
Fix: removed RPC error handling from get_me
This commit is contained in:
parent
7c8d09048f
commit
47a912150d
|
@ -407,7 +407,7 @@ class UpdateMethods:
|
|||
# fine, we will just retry next time anyway.
|
||||
try:
|
||||
await self.get_me(input_peer=True)
|
||||
except (OSError, errors.RPCError):
|
||||
except OSError:
|
||||
pass
|
||||
|
||||
built = EventBuilderDict(self, update, others)
|
||||
|
|
Loading…
Reference in New Issue
Block a user