mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-31 10:19:48 +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.
|
# fine, we will just retry next time anyway.
|
||||||
try:
|
try:
|
||||||
await self.get_me(input_peer=True)
|
await self.get_me(input_peer=True)
|
||||||
except (OSError, errors.RPCError):
|
except OSError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
built = EventBuilderDict(self, update, others)
|
built = EventBuilderDict(self, update, others)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user