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")"