Skip to content

Commit 1257e6b

Browse files
committed
since its a breaking change, remove backwards compat enclosure message that does nothing
this was used only by the ipc display stuff that has been removed years ago and had its own concept of "active" skill
1 parent bd511e4 commit 1257e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovos_workshop/skills/ovos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ def speak(self, utterance: str, expect_response: bool = False,
15931593
# registers the skill as being active
15941594
meta = meta or {}
15951595
meta['skill'] = self.skill_id
1596-
self.enclosure.register(self.skill_id)
1596+
15971597
data = {'utterance': utterance,
15981598
'expect_response': expect_response,
15991599
'meta': meta,

0 commit comments

Comments
 (0)