modified: mycroft/client/enclosure/__init__.py

pull/754/head
kfezer@gmail.com 2017-05-02 17:14:48 -07:00 committed by Augusto Monteiro 'Sparky
parent 6f31c93fc0
commit 07ec6bd422
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ class EnclosureReader(Thread):
subprocess.call('systemctl reboot -i', shell=True)
if "unit.enable-ssh" in data:
#this is handled by the wifi client
# This is handled by the wifi client
self.ws.emit(Message("mycroft.enable.ssh"))
self.ws.emit(Message("speak", {
'utterance': "SSH will be enabled on next boot"}))