From cb5e0b87900306ff00ad27178c51b9140e594170 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 6 Nov 2023 13:12:58 +0900 Subject: Added hints --- config/hypr/scripts/Weather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr/scripts/Weather.py') 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 -- cgit v1.2.3