Merge pull request #2366 from forslund/bugfix/picroft-get-response

Send listen flag for special picroft case as well
pull/2373/head
Kris Gesling 2019-10-19 01:08:32 +09:30 committed by GitHub
commit 1d277f9f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,