diff --git a/dzgui.sh b/dzgui.sh index 41cf671..780ee85 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -590,7 +590,7 @@ fetch_helpers_by_sum(){ ["ui.py"]="121f27e51c945d78e97b77397d3c5173" ["query_v2.py"]="55d339ba02512ac69de288eb3be41067" ["vdf2json.py"]="2f49f6f5d3af919bebaab2e9c220f397" - ["funcs"]="fd7c23e39a70099a7f0006afd8919508" + ["funcs"]="deaeb053822583329c0a77c7a048af4c" ["lan"]="c62e84ddd1457b71a85ad21da662b9af" ) local author="aclist" diff --git a/helpers/funcs b/helpers/funcs index 4f7f02d..707c3af 100755 --- a/helpers/funcs +++ b/helpers/funcs @@ -787,8 +787,6 @@ test_ping(){ local time local ip="$1" local qport="$2" - log "$ip" - log "$qport" res=$(a2s $ip $qport info) if [[ -z $res ]]; then time="Timed out"