| Index: net/data/websocket/echo_wsh.py
|
| diff --git a/net/data/websocket/echo_wsh.py b/net/data/websocket/echo_wsh.py
|
| index 86ab63c038f19618c3f8c1013144f00415f97394..e34b88da2a51ec9a51ee13d42ec04297e1d47ab4 100644
|
| --- a/net/data/websocket/echo_wsh.py
|
| +++ b/net/data/websocket/echo_wsh.py
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -def web_socket_do_extra_handshake(request):
|
| +def web_socket_do_extra_handshake(_request):
|
| pass # Always accept.
|
|
|
|
|
|
|