From d1dfb3b546b10d9925c4cb88c2d0867d20b6cb3c Mon Sep 17 00:00:00 2001 From: vegeta1k95 <32207817+vegeta1k95@users.noreply.github.com> Date: Sat, 10 Oct 2020 20:11:28 +0200 Subject: [PATCH] Update telethon/client/updates.py Co-authored-by: Lonami --- telethon/client/updates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/client/updates.py b/telethon/client/updates.py index 7adbcd0d..4a9c2d4b 100644 --- a/telethon/client/updates.py +++ b/telethon/client/updates.py @@ -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():