Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit f23b284

Browse files
committed
fix typo in proxy auth (stream/ws_client.py)
1 parent 59e7d11 commit f23b284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream/ws_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def create_websocket(configuration, url, headers=None):
450450
'header': header
451451
}
452452

453-
if configuration.proxy or coniguration.proxy_headers:
453+
if configuration.proxy or configuration.proxy_headers:
454454
connect_opt = websocket_proxycare(connect_opt, configuration, url, headers)
455455

456456
websocket.connect(url, **connect_opt)

0 commit comments

Comments
 (0)