From 9fca8755614890dc75f2528e149d7c2b4cf85eb4 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 19 Jun 2024 14:43:04 -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 80cfbbd..130afb6 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 (node['position']) for data in node['position']: position = [data['latitude'],data['longitude']] print (f"{log_timestamp()} System: Using location data for {number}")