diff options
| author | engn33r <engn33r@users.noreply.github.com> | 2022-02-25 12:37:39 -0500 |
|---|---|---|
| committer | engn33r <engn33r@users.noreply.github.com> | 2022-02-25 12:37:39 -0500 |
| commit | 8d11afc207e4377d2160e8273dd62bb21f100002 (patch) | |
| tree | e016c948039932626fa3a24badffb3e0907c5565 /websocket | |
| parent | 500cc77327691486851ca9ff3f5ab0d6a227c9ba (diff) | |
| download | websocket-client-8d11afc207e4377d2160e8273dd62bb21f100002.tar.gz | |
Fix linting typo, add upload API info
Diffstat (limited to 'websocket')
| -rw-r--r-- | websocket/_handshake.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/websocket/_handshake.py b/websocket/_handshake.py index 9771155..f032c4b 100644 --- a/websocket/_handshake.py +++ b/websocket/_handshake.py @@ -97,7 +97,6 @@ def _get_handshake_headers(resource, url, host, port, options): else: headers.append("Origin: http://%s" % hostport) - key = _create_sec_websocket_key() # Append Sec-WebSocket-Key & Sec-WebSocket-Version if not manually specified |
