added getting data for bmminer and cgminer

This commit is contained in:
UpstreamData
2022-05-05 11:19:11 -06:00
parent a13f5dd2d1
commit 64b5e6c032
4 changed files with 167 additions and 8 deletions

View File

@@ -265,7 +265,6 @@ class MinerFactory:
and not version.get("VERSION") == []
):
model = version["VERSION"][0]["Type"]
print("done")
return model, api
async def _validate_command(self, data: dict) -> tuple: