Skip to content

Commit 4d13c63

Browse files
committed
updates
1 parent 4321acd commit 4d13c63

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tls_client/sessions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ def execute_request(
199199
self.headers["Cookie"] = cookie_header
200200

201201
# --- Proxy ----------------------------------------------------------------------------------------------------
202+
proxy = proxy or self.proxies
203+
202204
if type(proxy) is dict and "http" in proxy:
203205
proxy = proxy["http"]
204206
elif type(proxy) is str:

0 commit comments

Comments
 (0)