From 48579401657d8085b548d2d3ad14c709c07b7454 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 21 Aug 2024 21:41:05 -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 1c76ea4..33882a1 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -89,7 +89,7 @@ def handle_wxalert(message_from_id, deviceID, message): # Detailed weather alert weatherAlert = getActiveWeatherAlertsDetail(str(location[0]), str(location[1])) else: - weatherAlert = getActiveWeatherAlertsDetail(str(location[0]), str(location[1]), 1) + weatherAlert = getActiveWeatherAlertsDetail(str(location[0]), str(location[1])) return weatherAlert