word arg is optional

pull/1815/head
jarbasal 2018-09-26 19:25:25 +01:00
parent d9b946a22f
commit efd184fd19
1 changed files with 1 additions and 1 deletions

View File

@ -888,7 +888,7 @@ class MycroftSkill(object):
word = message.data.get("word")
self.set_context(context, word)
def set_cross_skill_context(self, context, word):
def set_cross_skill_context(self, context, word=''):
"""
Tell all skills to add a context to intent service