From 1d3ac0a21565fbcfd0e8e36ffc76eb5eee3cc455 Mon Sep 17 00:00:00 2001 From: Dan Elkouby Date: Sun, 17 Jun 2018 20:06:31 +0000 Subject: [PATCH] fix --- uniborg/uniborg.py | 1 + 1 file changed, 1 insertion(+) 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