From 6e61e8122df49c4a76db5eea963fc3107a5f6fe4 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 14 Oct 2025 08:07:00 -0700 Subject: [PATCH] Update system.py no its not --- modules/system.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system.py b/modules/system.py index 4983220..98cf49b 100644 --- a/modules/system.py +++ b/modules/system.py @@ -587,6 +587,7 @@ async def get_closest_nodes(nodeInt=1,returnCount=3, channel=publicChannel): pass else: # request location data currently blocking needs to be async + reqLocationEnabled = False if reqLocationEnabled: try: logger.debug(f"System: Requesting location data for {node['id']}, lastHeard: {node.get('lastHeard', 'N/A')}")