From 7cc70dd555dc43c23a9ff5ae29cd5a139f164789 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 5 Nov 2025 13:25:43 -0800 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 273ef86..7d9fe70 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -433,7 +433,7 @@ def getWeatherAlertsNOAA(lat=0, lon=0, useDefaultLatLon=False): continue # If title is "Special Weather Statement" and headline exists, use headline only - if "Special Weather Statement" in title and nws_headline: + if "special" in title.lower() and nws_headline: main_alert = nws_headline else: main_alert = title