This commit is contained in:
SpudGunMan
2025-10-13 17:23:49 -07:00
parent a6bcfda0ac
commit f3ec1cbe93
3 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -585,8 +585,7 @@ def get_closest_nodes(nodeInt=1,returnCount=3, channel=publicChannel):
except Exception as e:
pass
else:
# request location data
reqLocationEnabled = False
# request location data moved to .ini hidden under [sentry]
if reqLocationEnabled:
try:
logger.debug(f"System: Requesting location data for {node['id']}, lastHeard: {node.get('lastHeard', 'N/A')}")