Added reset, start, stop, get config

This commit is contained in:
murraymack
2021-10-22 14:34:02 -06:00
parent 6da8dce52d
commit 3d67222941

View File

@@ -81,4 +81,5 @@ class CGMiner(BaseMiner):
result = await conn.run(commands, check=True)
result_handler(result)
self.config = result.stdout
print(str(self.config))
return None