fixed more bugs

This commit is contained in:
UpstreamData
2022-04-14 18:38:29 -06:00
parent eb5a00b706
commit b5c455ffa4
3 changed files with 21 additions and 14 deletions

View File

@@ -47,6 +47,7 @@ class TestbenchMiner:
await asyncio.sleep(1)
async def install_start(self):
await ConnectionManager().broadcast_json({"IP": str(self.host), "Light": "hide"})
if not await ping_miner(self.host, 80):
await self.add_to_output("Waiting for miner connection...")
return