From b01250dc8b69b9658b247107b521252951b4010f Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sun, 26 Apr 2020 14:10:04 -0400 Subject: [PATCH] Switch weather format to v2 --- home/lib/login_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/lib/login_functions.sh b/home/lib/login_functions.sh index b84f303..8f200aa 100644 --- a/home/lib/login_functions.sh +++ b/home/lib/login_functions.sh @@ -327,7 +327,7 @@ weather() { '') _weather_location="$WEATHER_LOCATION";; *) _weather_location="$1" esac - curl "http://wttr.in/$_weather_location" + curl "http://wttr.in/$_weather_location?format=v2" } bt_devs_paired() { -- 2.20.1