Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 14, 2024
1 parent 09165cf commit 9dbb08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovos_workshop/skills/ovos.py
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ def _register_skill_json(self, root_directory: Optional[str] = None):
if utts:
self.log.info(f"Registering example utterances with homescreen for lang: {lang} - {utts}")
self.bus.emit(Message("homescreen.register.examples",
{"skill_id": self.skill_id, "utterances": utts}))
{"skill_id": self.skill_id, "utterances": utts, "lang": lang}))

def _register_app_launcher(self):
# homescreen might load after this skill and miss the original events
Expand Down

0 comments on commit 9dbb08c

Please sign in to comment.