reformatted to prep for beta release

This commit is contained in:
UpstreamData
2021-12-23 10:06:46 -07:00
parent bff89139bf
commit e39b6a6f2b
7 changed files with 6 additions and 95 deletions

View File

@@ -115,4 +115,4 @@ class BOSMinerS9(BaseMiner):
if chain['Chips'] == 0:
bad += 1
if not bad > 0:
return str(self.ip)
return str(self.ip)

View File

@@ -115,4 +115,4 @@ class BOSminerX17(BaseMiner):
if chain['Chips'] == 0:
bad += 1
if not bad > 0:
return str(self.ip)
return str(self.ip)