Added some more noisy=False to other factories as per #1107.

This commit is contained in:
Griatch 2016-10-22 16:02:32 +02:00
parent 5b07a8bd2c
commit f423771423
4 changed files with 8 additions and 1 deletions

View file

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