更新 nws.sh

This commit is contained in:
enoch 2025-02-05 17:25:01 +08:00
parent 603c26293e
commit a36b1f9a78

2
nws.sh
View File

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