fixed some bugs with cgminer, and included VC redistributables in CXFreeze build for CFG util

This commit is contained in:
UpstreamData
2022-03-14 10:18:28 -06:00
parent bfc5668d24
commit ff56148732
2 changed files with 13 additions and 5 deletions

View File

@@ -110,6 +110,5 @@ class CGMiner(BaseMiner):
async with (await self._get_ssh_connection()) as conn:
command = 'cat /etc/config/cgminer'
result = await conn.run(command, check=True)
self._result_handler(result)
self.config = result.stdout
print(str(self.config))