From bc00017928cc49aea20a6b867f3a208f0caddd32 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Wed, 6 Mar 2024 07:11:15 -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 1d8d025..e7ee99c 100644 --- a/subgen/subgen.py +++ b/subgen/subgen.py @@ -121,7 +121,7 @@ def progress(seek, total): last_digit = str(current_time)[-1] # Check if the last digit is '0' or '5' This is to only try to update every 5 seconds so we don't spam console if last_digit in ('0', '5'): - logging.info("Force Transcribe Status Update...") + logging.info("Force Update...") TIME_OFFSET = 5