Update locationdata.py

allow FIPS only
This commit is contained in:
SpudGunMan
2025-07-15 20:30:43 -07:00
parent 9e348332e5
commit 9b986dd57a
+1 -1
View File
@@ -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