Fix verbose double-pass bug in CLI/autotranscript; improve logging
Ruff / ruff (push) Has been cancelled
Mirror and run GitLab CI / build (push) Has been cancelled

This commit is contained in:
admin
2026-06-13 17:51:55 +00:00
parent 2ea46ada42
commit 1eb88d27ba
2 changed files with 14 additions and 9 deletions
+2 -2
View File
@@ -144,7 +144,7 @@ class Scraibe:
"In LocalAI mode, audio_file must be a file path (str)."
)
verbose = kwargs.get("verbose", self.verbose)
verbose = kwargs.pop("verbose", self.verbose)
logger.info("transcribe called for: %s", audio_file)
try:
@@ -193,7 +193,7 @@ class Scraibe:
"In LocalAI mode, audio_file must be a file path (str)."
)
verbose = kwargs.get("verbose", self.verbose)
verbose = kwargs.pop("verbose", self.verbose)
logger.info("transcript_and_summarize called for: %s", audio_file)
# 1) Get diarized + transcribed result