Cleaned up unused variables

This commit is contained in:
Fabio Manganiello 2020-01-20 08:54:59 +01:00
parent f38121d176
commit b7d9917d1d
1 changed files with 0 additions and 3 deletions

View File

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