From 2693f47ed5f6d5ee71fea91cdd19b01112813006 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 24 Sep 2024 20:01:05 -0700 Subject: [PATCH] Update locationdata.py --- modules/locationdata.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/locationdata.py b/modules/locationdata.py index 6717b7f..1c0332b 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -204,6 +204,7 @@ def abbreviate_weather(row): "precipitation": "precip", "showers": "shwrs", "thunderstorms": "t-storms", + "thunderstorm": "t-storm", "quarters": "qtrs", "quarter": "qtr" }