Removed restart

This commit is contained in:
Philip Trauner 2016-04-08 09:08:13 +02:00
parent 33478e03a7
commit 2f0c91e676

View file

@ -45,7 +45,7 @@ class StdStream(Routing.ServerRoute):
class WallabyControl(Routing.ServerRoute):
def __init__(self):
self.actions_with_params = {"run" : self.run_program}
self.actions_without_params = {"restart" : self.restart, "disconnect" : self.disconnect,
self.actions_without_params = {"disconnect" : self.disconnect,
"reboot" : self.reboot, "shutdown" : self.shutdown, "stop" : self.stop_programs}
self.programs = []