From 80576a2c50dbd2303307cf712ee35e732c7ba96f Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:12:07 -0700 Subject: [PATCH] Update subgen.py --- subgen/subgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subgen/subgen.py b/subgen/subgen.py index addc26f..30f5694 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -114,7 +114,7 @@ def progress(seek, total): sys.stderr.flush() if(docker_status) == 'Docker': percent = ((seek / total) * 100) - logging.info(f"Progress: {seek}/{total} ({percent:.2f}%)") + logging.info(f"Transcribe: {percent:.2f}% {seek}/{total} seconds") TIME_OFFSET = 5