diff options
Diffstat (limited to 'scraper/s2-papers.py')
| -rw-r--r-- | scraper/s2-papers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scraper/s2-papers.py b/scraper/s2-papers.py index ef7d3d81..aa7ad92f 100644 --- a/scraper/s2-papers.py +++ b/scraper/s2-papers.py @@ -57,6 +57,7 @@ def fetch_papers(freshen): else: print('paper_address is funky:') print(paper_address) + time.sleep(2) s2_link = "https://www.semanticscholar.org/search?q={}&sort=relevance".format(title.strip().lower()) row = [ |
