From 06d2a6a4e8049f8211d803dfb0088cb82963bc98 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 19 Jun 2024 00:26:05 -0700 Subject: [PATCH] Update mesh-bot.py --- mesh-bot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mesh-bot.py b/mesh-bot.py index b1a987e..08080df 100644 --- a/mesh-bot.py +++ b/mesh-bot.py @@ -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: