Hopefully fixed reboot

This commit is contained in:
Philip Trauner 2016-02-20 10:13:31 +01:00
parent 6bc587c575
commit 2bcbbaafd2

View file

@ -24,6 +24,7 @@ class WallabyControl(Routing.ClientRoute):
def reboot(self, handler):
os.system("reboot")
exit(0)
def disconnect(self, handler):
handler.sock.close()