mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-05-06 05:22:15 +02:00
Update mesh-bot.py
This commit is contained in:
@@ -216,7 +216,7 @@ def get_node_location(number):
|
||||
for node in interface.nodes.values():
|
||||
if number == node['num']:
|
||||
print (node)
|
||||
if 'latitudeI' in node:
|
||||
if 'latitude' in node:
|
||||
lat = node['latitude']
|
||||
lon = node['longitude']
|
||||
position = (lat,lon)
|
||||
|
||||
Reference in New Issue
Block a user