Skip to content

Commit

Permalink
removes proxy left over
Browse files Browse the repository at this point in the history
  • Loading branch information
luispresuelVenafi committed Dec 5, 2024
1 parent 1f1731b commit 56dded3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion vcert/connection_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ def __init__(self, token, url=None, http_request_kwargs=None):
http_request_kwargs = {'timeout': 180}
elif 'timeout' not in http_request_kwargs:
http_request_kwargs['timeout'] = 180
http_request_kwargs['proxies'] = proxies
self._http_request_kwargs = http_request_kwargs

def __str__(self):
Expand Down
1 change: 0 additions & 1 deletion vcert/connection_tpp_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def __init__(self, url, user=None, password=None, access_token=None, refresh_tok
http_request_kwargs = {'timeout': 180}
elif 'timeout' not in http_request_kwargs:
http_request_kwargs['timeout'] = 180
http_request_kwargs['proxies'] = proxies
self._http_request_kwargs = http_request_kwargs or {}

def __setattr__(self, key, value):
Expand Down

0 comments on commit 56dded3

Please sign in to comment.