bug: fix E9Pro strop_mining and resume_mining

This commit is contained in:
Upstream Data
2023-03-05 16:26:13 -07:00
parent 6bcf372be6
commit b4d9e60bff

View File

@@ -29,6 +29,12 @@ class X9(CGMiner):
self.ip = ip
self.web = X19WebAPI(ip)
async def stop_mining(self) -> bool:
return False
async def resume_mining(self) -> bool:
return False
async def get_config(self) -> MinerConfig:
data = await self.web.get_miner_conf()
if data: