we have been informed that it is preferably to not spam the logs with errors
This commit is contained in:
parent
bd9e14440b
commit
70e9e1fb9f
1 changed files with 3 additions and 1 deletions
|
@ -179,7 +179,9 @@ class RoutingViewSet(ViewSet):
|
|||
address="d4:f9:8d:2d:0d:f1"
|
||||
)
|
||||
except MeshNode.DoesNotExist:
|
||||
return None
|
||||
return Response({
|
||||
"location": None
|
||||
})
|
||||
msg = node.last_messages[MeshMessageType.LOCATE_RANGE_RESULTS]
|
||||
|
||||
locator = RangeLocator.load()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue