mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-08 06:14:28 +02:00
Update mesh-bot.py
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user