From 51cd2002af3957ea9673419e42d71a3389fd0dad Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 13 Oct 2025 17:13:37 -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 041d60d..cc23dd3 100644 --- a/modules/system.py +++ b/modules/system.py @@ -586,7 +586,7 @@ def get_closest_nodes(nodeInt=1,returnCount=3, channel=publicChannel): pass else: # request location data - reqLocationEnabled = True + reqLocationEnabled = False if reqLocationEnabled: try: logger.debug(f"System: Requesting location data for {node['id']}, lastHeard: {node.get('lastHeard', 'N/A')}")