Added some more noisy=False to other factories as per #1107.
This commit is contained in:
parent
5b07a8bd2c
commit
f423771423
4 changed files with 8 additions and 1 deletions
|
|
@ -641,5 +641,5 @@ class WebSocketFactory(WrappingFactory):
|
|||
Factory which wraps another factory to provide WebSockets transports for
|
||||
all of its protocols.
|
||||
"""
|
||||
|
||||
noisy = False
|
||||
protocol = WebSocketProtocol
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue