Co-authored-by: Simon <65854503+OpenSourceSimon@users.noreply.github.com>
pull/1480/head^2
Syed Aman Raza 3 years ago committed by GitHub
parent 66202091eb
commit fae079197f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ def save_text_to_mp3(reddit_obj) -> Tuple[int, int]:
print("Unknown Choice") print("Unknown Choice")
text_to_mp3 = TTSEngine( text_to_mp3 = TTSEngine(
get_case_insensitive_key_value(TTSProviders, choice), reddit_obj , max_length = settings.config["settings"]["max_video_lenght"] get_case_insensitive_key_value(TTSProviders, choice), reddit_obj , max_length = settings.config["settings"]["max_video_length"]
) )
return text_to_mp3.run() return text_to_mp3.run()

Loading…
Cancel
Save