From 43c7352b04dd0e8f8e3098366b2b55f21c477cee Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 18 Jun 2024 23:57:58 -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 507626a..b1454c2 100644 --- a/mesh-bot.py +++ b/mesh-bot.py @@ -74,7 +74,7 @@ def auto_response(message,snr,rssi,hop): elif "solar" in message.lower(): bot_response = drap_xray_conditions() + "\n" + solar_conditions() elif "lheard" in message.lower(): - bot_response = "Last 5 nodes heard: " + str(get_node_list()) + bot_response = "Last 5 nodes heard: " #+ str(get_node_list()) else: bot_response = "I'm sorry, I'm afraid I can't do that."