Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 16412bd

Browse files
author
Josh Watts
committed
fixed bug
1 parent 89f82ba commit 16412bd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

instagram/oauth2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,4 @@ def make_request(self, url, method="GET", body=None, headers=None):
212212
# https://github.com/jcgregorio/httplib2/issues/173
213213
# bug in httplib2 w/ Python 3 and disable_ssl_certificate_validation=True
214214
http_obj = Http() if six.PY3 else Http(disable_ssl_certificate_validation=True)
215-
http_obj = Http(disable_ssl_certificate_validation=True)
216215
return http_obj.request(url, method, body=body, headers=headers)

0 commit comments

Comments
 (0)