Mozilla TTS

fix codestyle
pull/2713/head
domcross 2020-10-01 21:03:52 +02:00
parent 104c57a528
commit 65e30ba861
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class MozillaTTS(TTS):
if config is None:
config = Configuration.get().get("tts", {}).get("mozilla", {})
super(MozillaTTS, self).__init__(lang, config,
MozillaTTSValidator(self))
MozillaTTSValidator(self))
self.url = config['url']
self.type = 'wav'