diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 13:12:58 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 13:12:58 +0900 |
| commit | cb5e0b87900306ff00ad27178c51b9140e594170 (patch) | |
| tree | ede7659059e5b54aa4a1ec0b99deffee2384c24d /config/hypr/scripts/Weather.py | |
| parent | 7b058a7d9573d87c1e0b6c551c77e6a8f009be58 (diff) | |
Added hints
Diffstat (limited to 'config/hypr/scripts/Weather.py')
| -rwxr-xr-x | config/hypr/scripts/Weather.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/Weather.py b/config/hypr/scripts/Weather.py index 004135fb..154c1589 100755 --- a/config/hypr/scripts/Weather.py +++ b/config/hypr/scripts/Weather.py @@ -2,7 +2,7 @@ # From https://raw.githubusercontent.com/rxyhn/dotfiles/main/home/rxyhn/modules/desktop/waybar/scripts/waybar-wttr.py ## ensure to insert city inside "" -city = " " +city = "" import json import requests from datetime import datetime |
