mirror of
https://github.com/aclist/dztui.git
synced 2026-08-26 17:57:06 +02:00
Remove debug code
This commit is contained in:
parent
f49f9e4358
commit
b664fb70d0
1
dzgui.sh
1
dzgui.sh
@ -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(){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user