From 9b986dd57a8e79bc301eab7634b8ecddc29446a4 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 15 Jul 2025 20:30:43 -0700 Subject: [PATCH] Update locationdata.py allow FIPS only --- modules/locationdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/locationdata.py b/modules/locationdata.py index d7a86af..8f15f74 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -561,7 +561,7 @@ def getIpawsAlert(lat=0, lon=0, shortAlerts = False): continue # check if the alert is for the SAME location, if wanted keep alert - if (sameVal in mySAMEList) or (geocode_value in mySAMEList): + if (sameVal in mySAMEList) or (geocode_value in mySAMEList) or mySAMEList == ['']: # ignore the FEMA test alerts if ignoreFEMAenable: ignore_alert = False