Send listen flag for special picroft case as well
parent
47399ac915
commit
6597ccc398
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue