mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-08 01:42:51 +02:00
Update mesh-bot.py
This commit is contained in:
+2
-1
@@ -218,7 +218,8 @@ def get_node_location(number):
|
||||
if 'position' in node:
|
||||
print (node['position'])
|
||||
for data in node['position']:
|
||||
print (data)
|
||||
print (data['latitude'])
|
||||
print (data['longitude'])
|
||||
print (f"{log_timestamp()} System: Using location data for {number}")
|
||||
return position
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user