From 0c65254f632515c28a851c3ee8fc4cdd06c49520 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Mon, 24 Jul 2023 09:26:15 +0300 Subject: [PATCH] Removing city --- common/weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/weather b/common/weather index bbac824..f98f173 100755 --- a/common/weather +++ b/common/weather @@ -25,4 +25,4 @@ if [[ $DATA == *"null"* ]]; then exit fi -printf "${LOCATION}: ${DESC:1:-1}, ${DATA[0]}°C (fl ${DATA[1]}°C)\n" +printf "${DESC:1:-1}, ${DATA[0]}°C (fl ${DATA[1]}°C)\n"