Enable config updates for skills in container

pull/748/head
Åke Forslund 2017-05-06 09:46:06 +02:00 committed by Art McGee
parent 55780dbc4a
commit e7b2665f80
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ class SkillContainer(object):
port=params.port,
ssl=params.use_ssl)
# Connect configuration manager to message bus to receive updates
ConfigurationManager.init(self.ws)
def load_skill(self):
if self.enable_intent:
IntentService(self.ws)