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):