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