fix
This commit is contained in:
parent
23971d8a6a
commit
1d3ac0a215
|
@ -56,6 +56,7 @@ class Uniborg(TelegramClient):
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
await self.connect()
|
await self.connect()
|
||||||
|
return
|
||||||
except ConnectionError:
|
except ConnectionError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Reference in New Issue