Skip to content

Commit d2f3314

Browse files
authored
Update python_wpapi.py
1 parent 9e78639 commit d2f3314

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python_wpapi/python_wpapi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ def _request(self, endpoint, method='GET', files=None, headers={}, **kwargs):
3535
params=params,
3636
json=data,
3737
headers=headers,
38-
files=files
38+
files=files,
39+
verify=False
3940
)
4041
if not response.status_code // 100 == 2:
4142
error = WpApiError.factory(response)

0 commit comments

Comments
 (0)