Update locationdata.py

This commit is contained in:
SpudGunMan
2025-10-18 15:08:40 -07:00
parent 95695f4f58
commit 2aa2b80935
+5 -6
View File
@@ -326,7 +326,6 @@ def abbreviate_noaa(data=""):
"south": "S",
"east": "E",
"west": "W",
"moderate": "mod.",
"accumulation": "accum",
"visibility": "vis",
"precipitation": "precip",
@@ -350,11 +349,11 @@ def abbreviate_noaa(data=""):
"degrees": "°",
"percent": "%",
"department": "Dept.",
"temperatures": "temps.",
"temperature": "temp.",
"amounts": "amts.",
"afternoon": "Aftn.",
"evening": "Eve.",
"temperatures": "temps:",
"temperature": "temp:",
"amounts": "amts:",
"afternoon": "Aftn",
"evening": "Eve",
}
text = data