improved documentation

bugfix/gui-race-conditions
Chris Veilleux 2021-12-22 15:52:22 -06:00
parent 1990d726a2
commit 4cb0ebb621
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ class IdleDisplaySkill(MycroftSkill):
by other skills. For example, Mycroft's Home Screen Skill.
"""
def initialize(self):
"""Tasks to complete during skill load but after bus initialization."""
self._define_message_bus_handlers()
def _define_message_bus_handlers(self):