From d2ef36572a9864c746ba82c080be83147d2f8321 Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 4 May 2018 12:32:30 -0700 Subject: [PATCH] updating path to all supported languages --- app/tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tts.py b/app/tts.py index c8e4e821..fe053e0e 100644 --- a/app/tts.py +++ b/app/tts.py @@ -9,7 +9,7 @@ def text_to_speech(input): robot List of supported languages here: - https://github.com/pndurette/gTTS#supported-languages + https://github.com/pndurette/gTTS/tree/050377d2424b137cfb084a37fc1ec9b0d07bfee1#supported-languages """ file_path = '/tmp/memes.mp3' message = ' '.join(input.split()[1:])