From fdc78fca804971b0606292e9f785a822263e5b5c Mon Sep 17 00:00:00 2001 From: Bertrand Songis Date: Thu, 28 Mar 2019 08:47:57 +0100 Subject: [PATCH] Cosmetics --- tools/nightly23/tts.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/nightly23/tts.py b/tools/nightly23/tts.py index da2ce9dc3..0f42804d5 100755 --- a/tools/nightly23/tts.py +++ b/tools/nightly23/tts.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- -# This script is a modified version to support Linux TTS fiel genration using PicoTTS +# This script is a modified version to support Linux TTS file generation using PicoTTS # Sound pack maintainers (incomplete list) by language alphabetical order # Czech : Martin Hotar @@ -21,6 +21,8 @@ import subprocess import zipfile from gtts import gTTS from tts_common import * + + board = "taranis" reload(sys)