diff --git a/scripts/weather-fetch b/scripts/weather-fetch index 3ce745a..d9993e6 100644 --- a/scripts/weather-fetch +++ b/scripts/weather-fetch @@ -7,7 +7,7 @@ # the default weather for the current IP. Add your logic to set `CITY=$1` if # `$1` is not empty, otherwise leave it blank. -CITY="" +CITY=$1 # Fetching from wttr.in curl -s "wttr.in/${CITY}?0"