Skip to content

Commit

Permalink
kick hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
emphasize committed Oct 6, 2023
1 parent 6b64696 commit 8dbd3e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ovos_workshop/skills/ovos.py
Original file line number Diff line number Diff line change
Expand Up @@ -1654,8 +1654,6 @@ def validator_default(utterance):
if dialog:
self.speak_dialog(dialog, data, expect_response=True, wait=True)
else:
# make sure the destination is audio
message.context["destination"] = "audio"
self.bus.emit(message.forward('mycroft.mic.listen'))

# NOTE: self._wait_response launches a killable thread
Expand Down

0 comments on commit 8dbd3e7

Please sign in to comment.