Skip to content

Commit

Permalink
wrong method
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejgray committed Oct 30, 2023
1 parent e784f38 commit 00526bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def _enable_wake_word(self, ww: str, message: Message) -> bool:
if resp.data.get('error') == "ww not configured":
LOG.warning(f"WW not configured at the system level, patching: {ww}")
patch_config({"hotwords": {"hey_jarvis": {"active": True, "listen": True}}})
resp = self._emit_ww_enable_message(ww, message)
resp = self._emit_enable_ww_message(ww, message)
if resp and resp.data.get("error"):
self.log.error(f"WW enable failed with response: {resp.data}")
return False
Expand Down

0 comments on commit 00526bb

Please sign in to comment.