Update system.py

This commit is contained in:
SpudGunMan
2025-10-13 17:13:37 -07:00
parent b40f41f41c
commit 51cd2002af
+1 -1
View File
@@ -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')}")