From ee1db5b7bece2e6c9312d568be42af30ff18c0cf Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 2 Aug 2025 19:21:46 -0700 Subject: [PATCH] Update locationdata.py --- modules/locationdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/locationdata.py b/modules/locationdata.py index ae5910c..c61805a 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -453,7 +453,7 @@ def getActiveWeatherAlertsDetailNOAA(lat=0, lon=0): alerts = alerts.split("\n***\n")[:numWxAlerts] if alerts == "" or alerts == ['']: - return ERROR_FETCHING_DATA + return NO_ALERTS # trim off last newline if alerts[-1] == "\n":