From 95c266fbf33c4bcb58132682a43834ae4cfd9855 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 21 Aug 2024 21:43:58 -0700 Subject: [PATCH] typo --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 33882a1..3b3e3cc 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -87,7 +87,7 @@ def handle_wxalert(message_from_id, deviceID, message): location = get_node_location(message_from_id, deviceID) if "wxalert" in message: # Detailed weather alert - weatherAlert = getActiveWeatherAlertsDetail(str(location[0]), str(location[1])) + weatherAlert = getWeatherAlerts(str(location[0]), str(location[1])) else: weatherAlert = getActiveWeatherAlertsDetail(str(location[0]), str(location[1]))