Update locationdata.py

This commit is contained in:
SpudGunMan
2024-12-10 16:17:02 -08:00
parent f61ba7c1af
commit 879555915f
+2 -2
View File
@@ -490,8 +490,8 @@ def getIpawsAlert(lat=0, lon=0):
if geocode_type == "SAME":
sameVal = geocode_value
# comma separated list of SAME codes to trigger local alert. find yours at https://www.weather.gov/nwr/counties
mySAME = 053029,053073
# comma separated list of SAME codes to trigger local alert. find yours https://www.weather.gov/nwr/counties
mySAME = "053029","053073"
if sameVal in mySAME:
print("Local Alert")
else: