Added reset, start, stop, get config
This commit is contained in:
@@ -81,4 +81,5 @@ class CGMiner(BaseMiner):
|
|||||||
result = await conn.run(commands, check=True)
|
result = await conn.run(commands, check=True)
|
||||||
result_handler(result)
|
result_handler(result)
|
||||||
self.config = result.stdout
|
self.config = result.stdout
|
||||||
|
print(str(self.config))
|
||||||
return None
|
return None
|
||||||
Reference in New Issue
Block a user