Update locationdata.py

This commit is contained in:
SpudGunMan
2024-11-28 13:06:28 -08:00
parent 6d3b754c6c
commit 883a6902fa
+1 -1
View File
@@ -379,7 +379,7 @@ def alertBrodcast():
global wxAlertCache
currentAlert = getWeatherAlerts(latitudeValue, longitudeValue)
if currentAlert[0] == ERROR_FETCHING_DATA or currentAlert == NO_DATA_NOGPS or currentAlert == NO_ALERTS:
if currentAlert == ERROR_FETCHING_DATA or currentAlert == NO_DATA_NOGPS or currentAlert == NO_ALERTS:
wxAlertCache = ""
return False
# broadcast the alerts send to wxBrodcastCh