mirror of
https://github.com/aclist/dztui.git
synced 2025-04-05 12:03:00 +02:00
Remove debug code
This commit is contained in:
parent
f49f9e4358
commit
b664fb70d0
1 changed files with 0 additions and 1 deletions
1
dzgui.sh
1
dzgui.sh
|
@ -703,7 +703,6 @@ page_through(){
|
||||||
response=$(curl -s "$page")
|
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)"')
|
list=$(echo "$response" | jq -r '.data[] .attributes | "\(.name)\t\(.ip):\(.port)\t\(.players)/\(.maxPlayers)\t\(.details.time)\t\(.status)\t\(.id)"')
|
||||||
idarr+=("$list")
|
idarr+=("$list")
|
||||||
echo "${idarr[@]}" | wc -l
|
|
||||||
parse_json
|
parse_json
|
||||||
}
|
}
|
||||||
parse_json(){
|
parse_json(){
|
||||||
|
|
Loading…
Reference in a new issue