Update telethon/client/updates.py

Co-authored-by: Lonami <totufals@hotmail.com>
This commit is contained in:
vegeta1k95 2020-10-10 20:11:28 +02:00 committed by GitHub
parent 47a912150d
commit d1dfb3b546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -408,7 +408,7 @@ class UpdateMethods:
try:
await self.get_me(input_peer=True)
except OSError:
pass
pass # might not have connection
built = EventBuilderDict(self, update, others)
for conv_set in self._conversations.values():