Skip to content

Commit 78936dc

Browse files
authored
Update sessions.py
1 parent d9c9fac commit 78936dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tls_client/sessions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def execute_request(
338338
# --- Timeout --------------------------------------------------------------------------------------------------
339339
# maximum time to wait
340340

341-
timeout_seconds = self.timeout_seconds or timeout_seconds
341+
timeout_seconds = timeout_seconds or self.timeout_seconds
342342

343343
# --- Request --------------------------------------------------------------------------------------------------
344344
is_byte_request = isinstance(request_body, (bytes, bytearray))

0 commit comments

Comments
 (0)