Fix again
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user