1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 21:05:26 +03:00

Cosmetics

This commit is contained in:
Bertrand Songis 2019-03-28 08:47:57 +01:00
parent 82e3f439f8
commit fdc78fca80

View file

@ -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)