Skip to content

Commit

Permalink
Troubleshooting test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed May 31, 2024
1 parent e815a7f commit 95e681b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neon_utils/skills/kiosk_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ def _handle_converse(self, message: Message):
get a `handled` response immediately
"""
user = get_message_user(message)
LOG.info(f"handle converse for: {user}")
self.handle_user_utterance(message)
self._active_users[user] = time()
self._timeout_timer(message)
Expand Down

0 comments on commit 95e681b

Please sign in to comment.