pull/340/head
Isaac Ward 2016-08-18 16:28:47 -05:00
parent 97074d679c
commit 02b0059c07
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class EnclosureReader(Thread):
if "unit.factory-reset" in data:
subprocess.call(
'rm /home/pi/.mycroft/identity/identity.json',
'rm ~/.mycroft/identity/identity.json',
shell=True)
self.client.emit(
Message("enclosure.eyes.spin"))