bug: fix fault_light check for boser.

This commit is contained in:
UpstreamData
2024-01-15 14:00:51 -07:00
parent e45e51ce65
commit ce34dfdde8

View File

@@ -1031,7 +1031,7 @@ class BOSer(BaseMiner):
except APIError:
pass
if grpc_locate_device_status:
if grpc_locate_device_status is not None:
if grpc_locate_device_status == {}:
return False
try: