From 444c56ca12c38fee4c33d6d029fa5f556d89e857 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Wed, 11 Jun 2025 11:25:05 +0900 Subject: modified newsboat/urls, modified statusbar/sb-forecast --- ar/.local/bin/statusbar/sb-forecast | 1 - 1 file changed, 1 deletion(-) (limited to 'ar/.local') diff --git a/ar/.local/bin/statusbar/sb-forecast b/ar/.local/bin/statusbar/sb-forecast index 73f084e..e965816 100755 --- a/ar/.local/bin/statusbar/sb-forecast +++ b/ar/.local/bin/statusbar/sb-forecast @@ -24,7 +24,6 @@ getweatherreport() { getweatherreportjson() { timeout --signal=1 10s curl -sf "$url/$LOCATION?format=j1" >"$weatherreportjson" || error "reportjson" - grep -q 'Unknown' "$weatherreportjson" && error "reportjson" } # Forecast should be updated every 3 hours, but set 86400 to check once a day for reliability. -- cgit v1.2.3