make kitty background more opaque and fix weather python script
This commit is contained in:
parent
c4c0e98cfa
commit
5c2dff0b0e
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ temp_min_max = f" {temp_min}\t\t {temp_max}"
|
|||
# print(temp_min_max)
|
||||
|
||||
# wind speed
|
||||
wind_speed = html_data("span[data-testid='Wind']").text().split("\n")[1]
|
||||
wind_speed = str(html_data("span[data-testid='Wind']").text())
|
||||
wind_text = f" {wind_speed}"
|
||||
# print(wind_text)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue