Update system.py

no its not
This commit is contained in:
SpudGunMan
2025-10-14 08:07:00 -07:00
parent d109803f9d
commit 6e61e8122d
+1
View File
@@ -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')}")