We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4321acd commit 4d13c63Copy full SHA for 4d13c63
tls_client/sessions.py
@@ -199,6 +199,8 @@ def execute_request(
199
self.headers["Cookie"] = cookie_header
200
201
# --- Proxy ----------------------------------------------------------------------------------------------------
202
+ proxy = proxy or self.proxies
203
+
204
if type(proxy) is dict and "http" in proxy:
205
proxy = proxy["http"]
206
elif type(proxy) is str:
0 commit comments