Update subgen.py

This commit is contained in:
McCloudS
2024-03-06 07:11:15 -07:00
committed by GitHub
parent 873d573c1e
commit bc00017928

View File

@@ -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