Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Commit

Permalink
Update mycroft/skills/mycroft_skill/mycroft_skill.py
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
katridi authored Sep 15, 2020
1 parent e35a9cd commit 1eba65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycroft/skills/mycroft_skill/mycroft_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ def speak_dialog(self, key, data=None, expect_response=False, wait=False):
)
else:
self.log.warning(
'dialog_render is None, does the locale/dialog folder exists?'
'dialog_render is None, does the locale/dialog folder exist?'
)
self.speak(key, expect_response, wait, {})

Expand Down

0 comments on commit 1eba65b

Please sign in to comment.