From a36b1f9a781d6b81152d3b090a68bcb126e926dc Mon Sep 17 00:00:00 2001 From: enoch Date: Wed, 5 Feb 2025 17:25:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20nws.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nws.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nws.sh b/nws.sh index 03cfd2d..7a3162c 100644 --- a/nws.sh +++ b/nws.sh @@ -755,7 +755,7 @@ print_end_time() { } get_runs_counter() { - local counter=$(wget -qO- https://runs.nws.sh/) + local counter=1 if [[ -n "$counter" ]]; then echo " Total Script Runs : $(_green "$counter")"