Update locationdata.py

This commit is contained in:
SpudGunMan
2024-07-31 22:19:22 -07:00
parent fa70aa555f
commit 531ff470ce
+1 -1
View File
@@ -213,7 +213,7 @@ def getWeatherAlerts(lat=0, lon=0):
)
if alerts == "" or alerts == None:
return ERROR_FETCHING_DATA
return "No weather alerts found."
# trim off last newline
if alerts[-1] == "\n":