Cleaned up unused variables
This commit is contained in:
parent
f38121d176
commit
b7d9917d1d
1 changed files with 0 additions and 3 deletions
|
@ -107,9 +107,6 @@ class TtsGooglePlugin(Plugin):
|
|||
|
||||
with tempfile.NamedTemporaryFile() as f:
|
||||
f.write(response.audio_content)
|
||||
|
||||
output = None
|
||||
errors = []
|
||||
cmd = ['mplayer -ao alsa -really-quiet -noconsolecontrols {}'
|
||||
.format(f.name)]
|
||||
|
||||
|
|
Loading…
Reference in a new issue