1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-04-05 03:53:01 +02:00

Remove debug code

This commit is contained in:
aclist 2022-08-11 08:00:26 +09:00
parent f49f9e4358
commit b664fb70d0

View file

@ -703,7 +703,6 @@ page_through(){
response=$(curl -s "$page")
list=$(echo "$response" | jq -r '.data[] .attributes | "\(.name)\t\(.ip):\(.port)\t\(.players)/\(.maxPlayers)\t\(.details.time)\t\(.status)\t\(.id)"')
idarr+=("$list")
echo "${idarr[@]}" | wc -l
parse_json
}
parse_json(){