Skip to content

Commit

Permalink
Just publish the skill_id without the extra ":"
Browse files Browse the repository at this point in the history
Signed-off-by: David Greaves <[email protected]>
  • Loading branch information
lbt committed Jan 5, 2024
1 parent 202a3eb commit 93bb4ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ovos_workshop/skills/ovos.py
Original file line number Diff line number Diff line change
Expand Up @@ -1185,8 +1185,7 @@ def default_shutdown(self):
f'error: {e}')

self.bus.emit(
Message('detach_skill', {'skill_id': f"{self.skill_id}:"},
{"skill_id": self.skill_id}))
Message('detach_skill', {'skill_id': self.skill_id}))

def detach(self):
"""
Expand Down

0 comments on commit 93bb4ca

Please sign in to comment.