Added output dummy pipe
This commit is contained in:
parent
a8ebee04c1
commit
ae81d646f6
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue