mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 17:32:52 +02:00
Update mesh-bot.py
This commit is contained in:
+1
-1
@@ -193,7 +193,7 @@ def get_node_list():
|
||||
if node['lastHeard']:
|
||||
last_heard = node['lastHeard']
|
||||
item = (node_name,last_heard)
|
||||
node_list.append(item)
|
||||
node_list += [item]
|
||||
|
||||
#sort by last heard
|
||||
node_list.sort(key=lambda x: x[1], reverse=True)
|
||||
|
||||
Reference in New Issue
Block a user