Update audio.py Fix Format error

Fix Format error
This commit is contained in:
_00_
2025-07-23 08:49:00 +02:00
committed by GitHub
parent 51758c429b
commit ab8e54dd29

View File

@@ -567,7 +567,6 @@ def transcription_handler(request, file_path, metadata):
else WHISPER_LANGUAGE else WHISPER_LANGUAGE
), ),
) )
)
log.info( log.info(
"Detected language '%s' with probability %f" "Detected language '%s' with probability %f"
% (info.language, info.language_probability) % (info.language, info.language_probability)