Fixing demo mode, sending two events on message bus

pull/754/head
Augusto Monteiro 'Sparky 2017-05-05 16:12:11 -07:00
parent 32fcd53934
commit 0245fbe5d2
1 changed files with 0 additions and 3 deletions

View File

@ -151,9 +151,6 @@ class EnclosureReader(Thread):
time.sleep(5)
subprocess.call('systemctl reboot -i', shell=True)
if "mycroft.mark1.demo" in data:
self.ws.emit(Message("mycroft.mark1.demo"))
def stop(self):
self.alive = False