Skip to content

Commit

Permalink
fix/typo(#20)
Browse files Browse the repository at this point in the history
fix/typo
  • Loading branch information
JarbasAl authored Jan 12, 2024
1 parent fd4ce53 commit 8dbe967
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 @@ -289,7 +289,7 @@ def display_wolfie(self):
# only after skill was selected for speed
sess = SessionManager.get()
res = self.session_results.get(sess.session_id)
if not res or not res["spoken_response"]:
if not res or not res["spoken_answer"]:
return

image = res.get("image") or self.wolfie.visual_answer(res["phrase"],
Expand Down

0 comments on commit 8dbe967

Please sign in to comment.