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

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