bugfix
This commit is contained in:
parent
7929b37f9d
commit
1a6e6fa9a5
@ -66,7 +66,7 @@ class LifeConnect:
|
|||||||
while loop_cnt > 0:
|
while loop_cnt > 0:
|
||||||
if await self.testok():
|
if await self.testok():
|
||||||
return self.conn
|
return self.conn
|
||||||
asyncio.sleep(wait_time)
|
await asyncio.sleep(wait_time)
|
||||||
wait_time = wait_time + 0.4
|
wait_time = wait_time + 0.4
|
||||||
loop_cnt = loop_cnt - 1
|
loop_cnt = loop_cnt - 1
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user