Fix again

This commit is contained in:
2025-09-08 12:52:40 +02:00
parent 7d889b394b
commit 6a230c3f8f

View File

@@ -380,7 +380,7 @@ PY
<<<"$json")"
# Fallback: if the list contains exactly one KB, use its id
if [ -z "$id" ]; then
id="$(printf '%s' "$json" | python3 - <<'PY' || true
id="$(printf '%s' "$json" | python3 - <<'PY'
import sys, json
raw=sys.stdin.read().strip()
try: