mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 17:03:04 +02:00
Update mesh-bot.py
This commit is contained in:
+2
-1
@@ -191,7 +191,8 @@ def get_node_list():
|
||||
node_name = get_name_from_number(node['num'])
|
||||
if node['lastHeard']:
|
||||
last_heard = node['lastHeard']
|
||||
node_list.append((node_name,last_heard))
|
||||
item = (node_name,last_heard)
|
||||
node_list.append(item)
|
||||
|
||||
print (node_list)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user