Change back DEFAULT_MAX_LENGTH

pull/1288/head
Simon 3 years ago committed by GitHub
parent b002dd9803
commit 5e63899f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ from utils import settings
from utils.console import print_step, print_substep
from utils.voice import sanitize_text
DEFAULT_MAX_LENGTH: int = 29 # video length variable
DEFAULT_MAX_LENGTH: int = 50 # video length variable
class TTSEngine:

Loading…
Cancel
Save