#706 - saying that isn't connected

pull/711/head
Augusto Monteiro 'Sparky 2017-04-27 17:25:27 -07:00
parent bbec0c602f
commit 66389dbc0f
1 changed files with 2 additions and 3 deletions

View File

@ -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)