From dd8ba14bbe0b99124ec751ad4202ff4fbfbb3f6d Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Fri, 18 Oct 2024 10:21:28 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index f656dda..22b3cd8 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -213,7 +213,8 @@ def handle_wxalert(message_from_id, deviceID, message): weatherAlert = getActiveWeatherAlertsDetail(str(location[0]), str(location[1])) else: weatherAlert = getWeatherAlerts(str(location[0]), str(location[1])) - + + weatherAlert = weatherAlert[0] return weatherAlert def handle_wiki(message, isDM):