summaryrefslogtreecommitdiff
path: root/s2.py
diff options
context:
space:
mode:
Diffstat (limited to 's2.py')
-rw-r--r--s2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/s2.py b/s2.py
index 696b1a45..f3b1176f 100644
--- a/s2.py
+++ b/s2.py
@@ -122,7 +122,7 @@ class SemanticScholarAPI(object):
@staticmethod
def fetch_file(url, fn, **kwargs):
- resp = requests.get(url, params=kwargs, headers=SemanticScholarAPI.headers)
+ resp = requests.get(url, params=kwargs, headers=SemanticScholarAPI.headers, verify=False)
if resp.status_code != 200:
return None
size = 0