weather.py 'fix' temp unit display
This commit is contained in:
parent
dc9ee964dc
commit
1bdf2e90fc
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ tooltip_text = f"<span font_family=\"Fantasque Sans Mono\" size=\"xx-large\">{cu
|
||||||
+ daily_forecast
|
+ daily_forecast
|
||||||
|
|
||||||
out_data = {
|
out_data = {
|
||||||
"text": f"{current_icon} {current_temp} °C",
|
"text": f"{current_icon} {current_temp} °F",
|
||||||
"class": current_status_code,
|
"class": current_status_code,
|
||||||
"alt": current_desc,
|
"alt": current_desc,
|
||||||
"tooltip": tooltip_text
|
"tooltip": tooltip_text
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue