Files
diarization-ui/app.py
Wolf Beckmann 5ad50413a0 fix(diarization-ui): use index access instead of .get() on sqlite3.Row for user_prompt
sqlite3.Row does not support .get() — use direct key access with None check.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 10:00:55 +01:00

58 KiB