bug: fix an issue with bosminer not responding correctly on older models with fans.
This commit is contained in:
@@ -787,7 +787,7 @@ class BOSMiner(BaseMiner):
|
|||||||
)
|
)
|
||||||
except APIError:
|
except APIError:
|
||||||
pass
|
pass
|
||||||
if graphql_fans:
|
if graphql_fans.get("data"):
|
||||||
fans = []
|
fans = []
|
||||||
for n in range(self.fan_count):
|
for n in range(self.fan_count):
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user