Added output dummy pipe

This commit is contained in:
Philip Trauner 2017-03-15 20:49:11 +01:00
parent a8ebee04c1
commit ae81d646f6

View file

@ -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)