From f540866d083676decb0d760809ee15365b4edb52 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 18 Oct 2025 15:18:18 -0700 Subject: [PATCH] Update locationdata.py --- modules/locationdata.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/locationdata.py b/modules/locationdata.py index 9905039..7677b60 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -346,6 +346,8 @@ def abbreviate_noaa(data=""): "showers": "shwrs", "thunderstorms": "t-storms", "thunderstorm": "t-storm", + "quarters": "qtrs", + "quarter": "qtr", "january": "Jan", "february": "Feb", "march": "Mar",