mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-16 16:15:01 +02:00
Update mesh-bot.py
This commit is contained in:
+1
-2
@@ -190,8 +190,7 @@ def get_node_list():
|
||||
if name != "":
|
||||
node_name = get_name_from_number(node['num'])
|
||||
else:
|
||||
continue
|
||||
|
||||
node_name = "Unknown"
|
||||
try:
|
||||
last_heard = node['lastHeard']
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user