Compare commits

..

1 Commits

Author SHA1 Message Date
Andrey
18d0aee391 small fix 2021-01-23 21:08:33 +03:00

View File

@@ -177,7 +177,8 @@ class MegaD:
qos=2,
retain=False,
)
await asyncio.wait_for(self.cnd.wait_for(lambda: self.last_port == port), timeout=15)
await asyncio.wait_for(self.cnd.wait(), timeout=15)
await asyncio.sleep(0.05)
async def get_all_ports(self):
for x in range(37):