From 2bcbbaafd234c93277ed172c4beac2fbeda53ff0 Mon Sep 17 00:00:00 2001 From: Philip Trauner Date: Sat, 20 Feb 2016 10:13:31 +0100 Subject: [PATCH] Hopefully fixed reboot --- Wallaby/Wallaby.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Wallaby/Wallaby.py b/Wallaby/Wallaby.py index b201d40..25da086 100644 --- a/Wallaby/Wallaby.py +++ b/Wallaby/Wallaby.py @@ -24,6 +24,7 @@ class WallabyControl(Routing.ClientRoute): def reboot(self, handler): os.system("reboot") + exit(0) def disconnect(self, handler): handler.sock.close()