bug: round mara fw wattage.
This commit is contained in:
@@ -126,7 +126,7 @@ class MaraMiner(BaseMiner):
|
|||||||
|
|
||||||
if web_brief is not None:
|
if web_brief is not None:
|
||||||
try:
|
try:
|
||||||
return web_brief["power_consumption_estimated"]
|
return round(web_brief["power_consumption_estimated"])
|
||||||
except LookupError:
|
except LookupError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user