Changed variable to get the value from config.toml

pull/1169/head
Simon 3 years ago committed by GitHub
parent 324e94ce53
commit 37354bdd22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ from utils import settings
from utils.console import print_step, print_substep from utils.console import print_step, print_substep
from utils.voice import sanitize_text from utils.voice import sanitize_text
DEFAULT_MAX_LENGTH: int = 50 # video length variable DEFAULT_MAX_LENGTH: int = settings.config["settings"]["max_length"] # video length variable
class TTSEngine: class TTSEngine:

Loading…
Cancel
Save