mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-05 17:32:02 +02:00
fixReportingEngine
This data is used by the webReporting engine
This commit is contained in:
+2
-1
@@ -546,7 +546,8 @@ def get_node_location(nodeID, nodeInt=1, channel=0, round_digits=2):
|
||||
if fuzzItAll:
|
||||
latitude = round(latitude, round_digits)
|
||||
longitude = round(longitude, round_digits)
|
||||
logger.debug(f"System: Fuzzed location data for {nodeID}")
|
||||
logger.debug(f"System: Fuzzed location data for {nodeID} is {latitude}, {longitude}")
|
||||
logger.debug(f"System: Location data for {nodeID} is {latitude}, {longitude}")
|
||||
return [latitude, longitude]
|
||||
except Exception as e:
|
||||
logger.warning(f"System: Error processing position for node {nodeID}: {e}")
|
||||
|
||||
Reference in New Issue
Block a user