bug: round mara fw wattage.

This commit is contained in:
Upstream Data
2024-04-30 14:43:35 -06:00
parent a9e5c99ab2
commit 651bef8203

View File

@@ -126,7 +126,7 @@ class MaraMiner(BaseMiner):
if web_brief is not None:
try:
return web_brief["power_consumption_estimated"]
return round(web_brief["power_consumption_estimated"])
except LookupError:
pass