bug: fix fault_light check for boser.
This commit is contained in:
@@ -1031,7 +1031,7 @@ class BOSer(BaseMiner):
|
|||||||
except APIError:
|
except APIError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
if grpc_locate_device_status:
|
if grpc_locate_device_status is not None:
|
||||||
if grpc_locate_device_status == {}:
|
if grpc_locate_device_status == {}:
|
||||||
return False
|
return False
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user