fixed formatting on hashrate

This commit is contained in:
UpstreamData
2022-05-05 12:07:57 -06:00
parent b756c9e4a1
commit 1b22810f4b
7 changed files with 44 additions and 13 deletions

View File

@@ -122,7 +122,7 @@ class BTMiner(BaseMiner):
for board in temp_data:
temp = board.get("Chip Temp Avg")
if temp and not temp == 0.0:
data["Temperature"] = temp
data["Temperature"] = round(temp)
break
if pools: