refactorValue

This commit is contained in:
SpudGunMan
2025-02-17 19:40:30 -08:00
parent 2fec08060f
commit c54df673c3
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -532,7 +532,7 @@ def getIpawsAlert(lat=0, lon=0, shortAlerts = False):
# check if the alert is for the current location, if wanted keep alert
if (sameVal in mySAME) or (geocode_value in mySAME):
# ignore the FEMA test alerts
if ignoreFEMAtest:
if ignoreFEMAword:
for word in ignoreFEMAwords:
if word.lower() in headline.lower():
logger.debug(f"System: Ignoring FEMA Alert: {headline} containing {word} at {areaDesc}")