From 0ff8a59ddeb581275ca3f06e25336b18573e655f Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 9 Jul 2024 02:25:07 -0700 Subject: [PATCH] Update locationdata.py --- modules/locationdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/locationdata.py b/modules/locationdata.py index c3858aa..2f748b2 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -15,7 +15,7 @@ ALERT_COUNT = 2 # number of weather alerts to display NO_DATA_NOGPS = "no location data: does your device have GPS?" ERROR_FETCHING_DATA = "error fetching data" -trap_list_location = ("whereami", "tide", "moon", "wx", "wxc", "wxalert") +trap_list_location = ("whereami", "tide", "moon", "wx", "wxc", "wxa", "wxalert") def where_am_i(lat=0, lon=0): whereIam = ""