From b17c2b17ee3d33c639f11138295855b5d41f4ebf Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 20 Oct 2025 20:20:25 -0700 Subject: [PATCH] Update system.py --- modules/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system.py b/modules/system.py index 3747b25..cbc81f2 100644 --- a/modules/system.py +++ b/modules/system.py @@ -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