mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 04:45:17 +03:00
Cosmetics
This commit is contained in:
parent
82e3f439f8
commit
fdc78fca80
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue