Update subgen.py

This commit is contained in:
McCloudS
2025-02-08 08:21:56 -07:00
parent 64028b0977
commit 023bb0c4ff

View File

@@ -1,4 +1,4 @@
subgen_version = '2025.02.65'
subgen_version = '2025.02.66'
from language_code import LanguageCode
from datetime import datetime
@@ -257,9 +257,9 @@ def progress(seek, total):
last_print_time = current_time
# Log the message
logging.info("")
if concurrent_transcriptions == 1:
processing = task_queue.get_processing_tasks()[0]
logging.debug(f"Processing file: {processing}")
#if concurrent_transcriptions == 1:
#processing = task_queue.get_processing_tasks()[0]
#logging.debug(f"Processing file: {processing}")
TIME_OFFSET = 5