This commit is contained in:
Ian Gulliver
2016-05-11 20:34:41 +00:00
parent 73f7087b1f
commit 20a1806998

View File

@@ -134,7 +134,7 @@ class Client(threadedclient.WebSocketClient):
self._UpdateGrub()
self._SendReport('Rebooting into %d...' % data['timestamp'])
else:
send._SendReport('Rebooting...')
self._SendReport('Rebooting...')
subprocess.check_call(['reboot'])