Skip to content

Commit

Permalink
Refactor to remove deprecated reference (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Dec 19, 2023
1 parent debe8cb commit 66c074a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
from ovos_config.locations import get_xdg_data_save_path
from ovos_plugin_manager.templates import TTS
from ovos_utils.sound import play_wav
from ovos_workshop.decorators import intent_file_handler
from ovos_workshop.decorators import intent_handler
from ovos_workshop.resource_files import find_resource


Expand Down Expand Up @@ -154,7 +154,7 @@ def _show_demo_prompt(self, message):
self.speak_dialog("confirm_demo_disabled")
self.update_skill_settings({"prompt_on_start": False})

@intent_file_handler("show_demo.intent")
@intent_handler("show_demo.intent")
def handle_show_demo(self, message):
"""
Starts a brief demo
Expand Down

0 comments on commit 66c074a

Please sign in to comment.