diff --git a/mycroft/skills/main.py b/mycroft/skills/main.py index e144669504..bbf751b2e1 100644 --- a/mycroft/skills/main.py +++ b/mycroft/skills/main.py @@ -67,9 +67,8 @@ def install_default_skills(speak=True): if t.splitlines()[-1] == "Installed!" and speak: ws.emit(Message("speak", { 'utterance': "Skills Updated. Mycroft is ready"})) - elif speak: - ws.emit(Message("speak", { - 'utterance': "Check your network connection"})) + ws.emit(Message("speak", { + 'utterance': "Check your network connection"})) else: logger.error("Unable to invoke Mycroft Skill Manager: " + MSM_BIN)