mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-07 22:04:27 +02:00
Update system.py
This commit is contained in:
+1
-1
@@ -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')}")
|
||||
|
||||
Reference in New Issue
Block a user