Skip to content

Commit

Permalink
its a bug hunt
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 14, 2024
1 parent 6d471e5 commit f6abd20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ovos_workshop/skills/ovos.py
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,7 @@ def register(message=None):
self.add_event("homescreen.manager.reload.list", register, speak_errors=False)

def wrapper(message):
LOG.debug(f"resting_handler: {resting_name} - {handler}")
if message.data["homescreen_id"] == self.skill_id:
handler(message)

Expand Down

0 comments on commit f6abd20

Please sign in to comment.