From dfd873da005313369a40b56f5ff9314bdcd17a97 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 19 Jun 2024 14:28:27 -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 59c7830..e5ca90e 100644 --- a/mesh-bot.py +++ b/mesh-bot.py @@ -211,6 +211,7 @@ def get_node_list(): return node_list def get_node_location(number): + print (f"Looking for location of {get_name_from_number(number)}") for node in interface.nodes.values(): if number == node['num']: if 'latitudeI' in node: