From f0d452c7f66dec04e8a62b2d379ea3228b3d32cb Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 9 Jul 2024 10:50:10 -0700 Subject: [PATCH] Update locationdata.py --- modules/locationdata.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/locationdata.py b/modules/locationdata.py index 20ffaf4..7dd225c 100644 --- a/modules/locationdata.py +++ b/modules/locationdata.py @@ -129,7 +129,7 @@ def get_weather(lat=0, lon=0, unit=0): return weather def abbreviate_weather(row): - # replace long strings with shorter ones for display used in get_weather, get_wx_alerts_list, get_wx_alert_details + # replace long strings with shorter ones for display replacements = { "Monday": "Mon ", "Tuesday": "Tue ", @@ -137,6 +137,7 @@ def abbreviate_weather(row): "Thursday": "Thu ", "Friday": "Fri ", "Saturday": "Sat ", + "Sunday": "Sunday ", "Today": "Today ", "Night": "Night ", "Tonight": "Tonight ",