Added dummy pipe for list_programs
This commit is contained in:
parent
ef51b29ecb
commit
260fd121f9
1 changed files with 2 additions and 1 deletions
|
@ -190,7 +190,8 @@ server.set_app(WebSocketWSGIApplication(handler_cls=Handler,
|
|||
"processes" : DummyPipe(),
|
||||
"peers" : Peers(),
|
||||
"sensor" : DummyPipe(),
|
||||
"identify" : DummyPipe()}}))
|
||||
"identify" : DummyPipe(),
|
||||
"list_programs" : DummyPipe()}}))
|
||||
|
||||
|
||||
try:
|
||||
|
|
Reference in a new issue