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 31fa80a commit bbff2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_workshop/skills/ovos.py
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ def register(message=None):
self.add_event("homescreen.manager.reload.list", register, speak_errors=False)

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

Expand Down

0 comments on commit bbff2a2

Please sign in to comment.