Skip to content

Commit

Permalink
deprecation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 6, 2023
1 parent 1a4210b commit 90b17ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ovos_workshop/skills/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1887,6 +1887,8 @@ def acknowledge():
require a verbal response. This is intended to provide simple feedback
to the user that their request was handled successfully.
"""
# DEPRECATED - note that this is a staticmethod and uses the old endpoint
# the OVOSSkill class does things properly
return play_acknowledge_sound()

# method named init_dialog in mycroft-core
Expand Down

0 comments on commit 90b17ef

Please sign in to comment.