Skip to content

Commit

Permalink
docstr
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Sep 29, 2023
1 parent 1b15e1c commit 0c5fb34
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ovos_workshop/skills/ovos.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,8 +827,11 @@ def __bind_classic(self, bus):
self._enclosure.set_bus(bus)
self._register_system_event_handlers()
self._register_public_api()
log_deprecation("Support for mycroft-core is deprecated",
"0.1.0")
self.intent_layers.bind(self)
self.audio_service = OCPInterface(self.bus)
self.private_settings = PrivateSettings(self.skill_id)

log_deprecation("Support for mycroft-core is deprecated", "0.1.0")
# inject ovos exclusive features in vanilla mycroft-core
# if possible
# limited support for missing skill deactivated event
Expand Down

0 comments on commit 0c5fb34

Please sign in to comment.