From fe8730fb1f2fdeece56c97a87f2aa4c27b831f2e Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 23 Sep 2024 14:42:48 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index ecf7d5d..af722c7 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -466,7 +466,7 @@ def handle_sun(message_from_id, deviceID, channel_number): return get_sun(str(location[0]), str(location[1])) def handle_lheard(nodeid, deviceID): - global bbs_admin_list + global bbs_admin_list, lheardCmdIgnoreNode # display last heard nodes add to response bot_response = "LastHeard:\n" + str(get_node_list(1)) # gather telemetry