diff --git a/Server/Server.py b/Server/Server.py index 34944e0..d0766d6 100644 --- a/Server/Server.py +++ b/Server/Server.py @@ -242,7 +242,8 @@ server.set_app(WebSocketWSGIApplication(handler_cls=Handler, "std_stream" : DummyPipe(), "stop_programs" : DummyPipe(), "shutdown" : DummyPipe(), - "reboot" : DummyPipe()}})) + "reboot" : DummyPipe(), + "output" : DummyPipe()}})) sync_client = behem0th.Client(path=config.path, verbose_log=config.debug)