Clean up language
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user