Skip to content

Commit 5fc4e56

Browse files
committed
updates
1 parent ae06e49 commit 5fc4e56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tls_client/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
__title__ = "tls_client"
88
__description__ = "Advanced Python HTTP Client."
9-
__version__ = "0.1.2"
9+
__version__ = "0.1.3"
1010
__author__ = "Florian Zager"
1111
__license__ = "MIT"

tls_client/sessions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def execute_request(
264264
cookie_jar=cookies
265265
)
266266
if cookie_header is not None:
267-
self.headers["Cookie"] = cookie_header
267+
headers["Cookie"] = cookie_header
268268

269269
# --- Proxy ----------------------------------------------------------------------------------------------------
270270
proxy = proxy or self.proxies

0 commit comments

Comments
 (0)