From 7abf1120b73db68d42f37827ec1df42adf07828b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 19 Jun 2024 14:44:20 -0700 Subject: [PATCH] Update mesh-bot.py --- mesh-bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh-bot.py b/mesh-bot.py index 130afb6..74de522 100644 --- a/mesh-bot.py +++ b/mesh-bot.py @@ -218,7 +218,7 @@ def get_node_location(number): if 'position' in node: print (node['position']) for data in node['position']: - position = [data['latitude'],data['longitude']] + print (data) print (f"{log_timestamp()} System: Using location data for {number}") return position else: