Update subgen.py

This commit is contained in:
McCloudS
2024-03-05 13:16:17 -07:00
committed by GitHub
parent e5595a4f51
commit 1591272ecb

View File

@@ -114,7 +114,7 @@ def progress(seek, total):
sys.stderr.flush()
if(docker_status) == 'Docker':
percent = ((seek / total) * 100)
logging.info(f"Transcribe: {percent:.2f}% {seek}/{total} seconds")
logging.info(f"Transcribe: ({percent:.2f}%) {seek} / {total} seconds")
TIME_OFFSET = 5