Skip to content

Commit 56dded3

Browse files
removes proxy left over
1 parent 1f1731b commit 56dded3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

vcert/connection_cloud.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ def __init__(self, token, url=None, http_request_kwargs=None):
153153
http_request_kwargs = {'timeout': 180}
154154
elif 'timeout' not in http_request_kwargs:
155155
http_request_kwargs['timeout'] = 180
156-
http_request_kwargs['proxies'] = proxies
157156
self._http_request_kwargs = http_request_kwargs
158157

159158
def __str__(self):

vcert/connection_tpp_token.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def __init__(self, url, user=None, password=None, access_token=None, refresh_tok
4949
http_request_kwargs = {'timeout': 180}
5050
elif 'timeout' not in http_request_kwargs:
5151
http_request_kwargs['timeout'] = 180
52-
http_request_kwargs['proxies'] = proxies
5352
self._http_request_kwargs = http_request_kwargs or {}
5453

5554
def __setattr__(self, key, value):

0 commit comments

Comments
 (0)