diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2024-03-13 05:44:48 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2024-03-13 05:44:48 +0900 |
| commit | d254d3d0b630c9eb1a52683d0993ceac86630754 (patch) | |
| tree | 4f16360ed888a482fd1b5f2156fdb7bfcde71020 /config/hypr/UserScripts/Weather.py | |
| parent | 2f41a7476cc2833711acc4b964e79fb1330cf484 (diff) | |
removal of extra # to align with new hyprlang requirement. Credit goes to @@Ryuuyas
Diffstat (limited to 'config/hypr/UserScripts/Weather.py')
| -rwxr-xr-x | config/hypr/UserScripts/Weather.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/Weather.py b/config/hypr/UserScripts/Weather.py index 154c1589..2b13a977 100755 --- a/config/hypr/UserScripts/Weather.py +++ b/config/hypr/UserScripts/Weather.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # From https://raw.githubusercontent.com/rxyhn/dotfiles/main/home/rxyhn/modules/desktop/waybar/scripts/waybar-wttr.py -## ensure to insert city inside "" +# ensure to insert city inside "" city = "" import json import requests |
