Use Channel class when creating Server
This commit is contained in:
parent
2fdef0afe4
commit
e4d67ec345
2 changed files with 5 additions and 5 deletions
|
|
@ -132,7 +132,7 @@ class ServerConfig:
|
|||
|
||||
self.caps += parent.caps
|
||||
|
||||
return factory(self.uri, **self.args)
|
||||
return factory(self.uri, caps=self.caps, channels=self.channels, **self.args)
|
||||
|
||||
|
||||
class IncludeConfig:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue