fixed a bug with antminers not reporting type because of fans in testbench, and added a long running get data for long tests
This commit is contained in:
@@ -80,6 +80,7 @@ async def install():
|
||||
for host in miner_network.hosts():
|
||||
miner = TestbenchMiner(host)
|
||||
asyncio.create_task(miner.install_loop())
|
||||
# asyncio.create_task(miner.long_test_loop())
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user