mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 09:22:44 +02:00
Update system.py
This commit is contained in:
+1
-1
@@ -2020,7 +2020,7 @@ async def handleSentinel(deviceID):
|
||||
distance = node['distance']
|
||||
|
||||
if str(node_id) in sentryIgnoreList:
|
||||
continue
|
||||
return
|
||||
|
||||
if distance >= sentry_radius and str(node_id) and str(node_id) in sentryWatchList:
|
||||
# Outside zone
|
||||
|
||||
Reference in New Issue
Block a user