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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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