diff --git a/mesh-bot.py b/mesh-bot.py index f9dad81..15bf38c 100644 --- a/mesh-bot.py +++ b/mesh-bot.py @@ -216,6 +216,7 @@ def get_node_location(number): for node in interface.nodes.values(): if number == node['num']: if 'position' in node: + print (f"DEBUG: {node['position']}") for data in node['position']: print (f"DEBUG: {data}") print (f"{log_timestamp()} System: Using location data for {number}")