Fixing the fixes

This commit is contained in:
2025-09-08 13:19:16 +02:00
parent fcf58fa7cf
commit 979510f755

View File

@@ -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: