Clean up language

This commit is contained in:
McCloudS
2024-11-17 19:43:17 -07:00
parent 41ffebea38
commit 6f0016aa15

View File

@@ -1,4 +1,4 @@
subgen_version = '2024.11.18.131'
subgen_version = '2024.11.18.132'
from datetime import datetime
import subprocess
@@ -99,7 +99,7 @@ def transcription_worker():
while True:
task = task_queue.get()
if 'Bazarr-' in task['path']:
logging.info(f"{task['path']} is being handled handled by ASR.")
logging.info(f"Task {task['path']} is being handled by ASR.")
else:
gen_subtitles(task['path'], task['transcribe_or_translate'], task['force_language'])
task_queue.task_done()