weather.py 'fix' temp unit display

This commit is contained in:
Don Harper 2024-07-07 21:48:21 -05:00
parent dc9ee964dc
commit 1bdf2e90fc

View file

@ -320,7 +320,7 @@ tooltip_text = f"<span font_family=\"Fantasque Sans Mono\" size=\"xx-large\">{cu
+ daily_forecast
out_data = {
"text": f"{current_icon} {current_temp} °C",
"text": f"{current_icon} {current_temp} °F",
"class": current_status_code,
"alt": current_desc,
"tooltip": tooltip_text