Send listen flag for special picroft case as well

pull/2366/head
Åke Forslund 2019-10-18 17:16:55 +02:00
parent 47399ac915
commit 6597ccc398
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ def handle_speak(event):
except Exception:
LOG.error('Error in mute_and_speak', exc_info=True)
else:
mute_and_speak(utterance, ident)
mute_and_speak(utterance, ident, listen)
stopwatch.stop()
report_timing(ident, 'speech', stopwatch, {'utterance': utterance,