Fix again
This commit is contained in:
@@ -380,7 +380,7 @@ PY
|
|||||||
<<<"$json")"
|
<<<"$json")"
|
||||||
# Fallback: if the list contains exactly one KB, use its id
|
# Fallback: if the list contains exactly one KB, use its id
|
||||||
if [ -z "$id" ]; then
|
if [ -z "$id" ]; then
|
||||||
id="$(printf '%s' "$json" | python3 - <<'PY' || true
|
id="$(printf '%s' "$json" | python3 - <<'PY'
|
||||||
import sys, json
|
import sys, json
|
||||||
raw=sys.stdin.read().strip()
|
raw=sys.stdin.read().strip()
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user