From 979510f755f7daac389eda53a3a6872c1fed33e6 Mon Sep 17 00:00:00 2001 From: Tomas Kracmar Date: Mon, 8 Sep 2025 13:19:16 +0200 Subject: [PATCH] Fixing the fixes --- scripts/podx-tools.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/podx-tools.sh b/scripts/podx-tools.sh index 6d6e26e..e6bf8ac 100755 --- a/scripts/podx-tools.sh +++ b/scripts/podx-tools.sh @@ -136,7 +136,7 @@ _kb_id_by_name() { fi local json; json="$(_owui_get_kb_list)" local __id="" - __id=$(printf '%s' "$json" | python3 - "$kb_name" <<'PY' || true + __id=$(printf '%s' "$json" | python3 - "$kb_name" <<'PY' import sys, json, unicodedata as ud def norm(s: str) -> str: