Update subgen.py
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
subgen_version = '2025.02.65'
|
subgen_version = '2025.02.66'
|
||||||
|
|
||||||
from language_code import LanguageCode
|
from language_code import LanguageCode
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
@@ -257,9 +257,9 @@ def progress(seek, total):
|
|||||||
last_print_time = current_time
|
last_print_time = current_time
|
||||||
# Log the message
|
# Log the message
|
||||||
logging.info("")
|
logging.info("")
|
||||||
if concurrent_transcriptions == 1:
|
#if concurrent_transcriptions == 1:
|
||||||
processing = task_queue.get_processing_tasks()[0]
|
#processing = task_queue.get_processing_tasks()[0]
|
||||||
logging.debug(f"Processing file: {processing}")
|
#logging.debug(f"Processing file: {processing}")
|
||||||
|
|
||||||
TIME_OFFSET = 5
|
TIME_OFFSET = 5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user