Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Oct 10, 2023
1 parent 7c7bacf commit 8356426
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions neon_utils/skills/common_query_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ def __handle_query_action(self, message):
data = message.data.get("callback_data")
# Invoke derived class to provide playback data
self.CQS_action(phrase, data)
self.bus.emit(message.forward("mycroft.skill.handler.complete",
{"handler": "common_query"}))

@abstractmethod
def CQS_match_query_phrase(self, phrase, message):
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ timezonefinder~=5.2
nltk~=3.5
pyyaml>=5.4,<7.0
ovos-lingua-franca~=0.4
ovos_utils~=0.0.34,>=0.0.35
ovos_utils~=0.0.35
geopy~=2.1
ovos-config~=0.0.9
ovos-workshop~=0.0.12

0 comments on commit 8356426

Please sign in to comment.