updating path to all supported languages

This commit is contained in:
Luke Robles 2018-05-04 12:32:30 -07:00
parent 672d1c7de7
commit d2ef36572a

View File

@ -9,7 +9,7 @@ def text_to_speech(input):
robot robot
List of supported languages here: 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' file_path = '/tmp/memes.mp3'
message = ' '.join(input.split()[1:]) message = ' '.join(input.split()[1:])