minor fix to get_config

This commit is contained in:
murraymack
2021-10-22 14:34:02 -06:00
parent 7facb95e16
commit 9123de8c77

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