diff --git a/uniborg/uniborg.py b/uniborg/uniborg.py index d40ebdb..0eabbfc 100644 --- a/uniborg/uniborg.py +++ b/uniborg/uniborg.py @@ -56,6 +56,7 @@ class Uniborg(TelegramClient): while True: try: await self.connect() + return except ConnectionError: pass