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 fd538d9 commit fa5d81cCopy full SHA for fa5d81c
atlassian/rest_client.py
@@ -121,7 +121,8 @@ def __init__(
121
self._session = session
122
123
if proxies is not None:
124
- self._session.proxies = self.proxies
+ self._session.proxies = self.proxies
125
+
126
if backoff_and_retry and int(urllib3.__version__.split(".")[0]) >= 2:
127
# Note: we only retry on status and not on any of the
128
# other supported reasons
0 commit comments