From 83487d66031d2576f7336de20f0900b7264a391b Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 7 Feb 2025 09:35:56 +0900 Subject: modified statusbar/sb-forecast --- ar/.local/bin/statusbar/sb-forecast | 1 + 1 file changed, 1 insertion(+) diff --git a/ar/.local/bin/statusbar/sb-forecast b/ar/.local/bin/statusbar/sb-forecast index cbab938..64d68c0 100755 --- a/ar/.local/bin/statusbar/sb-forecast +++ b/ar/.local/bin/statusbar/sb-forecast @@ -24,6 +24,7 @@ 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 3600 to check for reliability. -- cgit v1.2.3