From 5aafba6817f8a3efe3f1bf123aae68b5abc590ad Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 18 Jun 2024 21:23:26 -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 8aa2028..cc0c56b 100644 --- a/mesh-bot.py +++ b/mesh-bot.py @@ -69,7 +69,7 @@ def auto_response(message,snr,rssi,hop): elif "hfcond" in message.lower(): bot_response = hf_band_conditions() elif "solar" in message.lower(): - bot_response = drap_xray_conditions() + bot_response = drap_xray_conditions() + "\n" + solar_conditions() else: bot_response = "I'm sorry, I'm afraid I can't do that."