Update system.py

This commit is contained in:
SpudGunMan
2025-10-20 20:20:25 -07:00
parent b6505ee577
commit b17c2b17ee
+1 -1
View File
@@ -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