From c9729c8214ddba0da713d7cce3c321e6bdd42c10 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 18 Oct 2025 15:17:34 -0700 Subject: [PATCH] Update locationdata.py --- modules/locationdata.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/locationdata.py b/modules/locationdata.py index a8ed4b7..9905039 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -346,8 +346,6 @@ def abbreviate_noaa(data=""): "showers": "shwrs", "thunderstorms": "t-storms", "thunderstorm": "t-storm", - "quarters": "qtrs", - "quarter": "qtr", "january": "Jan", "february": "Feb", "march": "Mar", @@ -382,7 +380,6 @@ def abbreviate_noaa(data=""): value = word_replacements[key] text = case_insensitive_replace(text, key, value) - return text def getWeatherAlertsNOAA(lat=0, lon=0, useDefaultLatLon=False):