Update mesh-bot.py

This commit is contained in:
SpudGunMan
2024-06-19 00:26:05 -07:00
parent 4f70f4ca14
commit 06d2a6a4e8
+1 -2
View File
@@ -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: