Update locationdata.py

This commit is contained in:
SpudGunMan
2025-08-02 19:21:46 -07:00
parent 7395b96337
commit ee1db5b7be
+1 -1
View File
@@ -453,7 +453,7 @@ def getActiveWeatherAlertsDetailNOAA(lat=0, lon=0):
alerts = alerts.split("\n***\n")[:numWxAlerts]
if alerts == "" or alerts == ['']:
return ERROR_FETCHING_DATA
return NO_ALERTS
# trim off last newline
if alerts[-1] == "\n":