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