From 9fd55ed111a1831a22de5472b143bb3a4fe10c56 Mon Sep 17 00:00:00 2001 From: Callum Leslie Date: Wed, 8 Jun 2022 19:36:55 +0100 Subject: [PATCH] Change comment wording --- video_creation/voices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_creation/voices.py b/video_creation/voices.py index 11d31d4..32bae88 100644 --- a/video_creation/voices.py +++ b/video_creation/voices.py @@ -5,7 +5,7 @@ from tts.engine_wrapper import TTSEngine import tts.google_translate -## Add your provider here on a new line +## Add your provider here in the dictionary below TTSProviders = {"GoogleTranslate": tts.google_translate}