Update mesh-bot.py

This commit is contained in:
SpudGunMan
2024-06-19 14:52:49 -07:00
parent c671c00798
commit d0fa9d8338
+1
View File
@@ -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}")