Skip to content

Commit fa5d81c

Browse files
authored
Update rest_client.py
1 parent fd538d9 commit fa5d81c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

atlassian/rest_client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ def __init__(
121121
self._session = session
122122

123123
if proxies is not None:
124-
self._session.proxies = self.proxies
124+
self._session.proxies = self.proxies
125+
125126
if backoff_and_retry and int(urllib3.__version__.split(".")[0]) >= 2:
126127
# Note: we only retry on status and not on any of the
127128
# other supported reasons

0 commit comments

Comments
 (0)