From d0fa9d833807cd3b4f77db9f8ebb42db1fa22040 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 19 Jun 2024 14:52:49 -0700 Subject: [PATCH] Update mesh-bot.py --- mesh-bot.py | 1 + 1 file changed, 1 insertion(+) 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}")