modified: mycroft/client/enclosure/__init__.py

pull/712/head
kfezer@gmail.com 2017-05-02 17:14:48 -07:00
parent dcc91e17af
commit 282c7eadfa
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,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"}))