Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Broke refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
rabdill committed Jul 22, 2019
1 parent 7fd60cc commit beeadcb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spider/spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,7 @@ def get_publication_dates(spider):
"fetch_crossref": False, # Update daily Crossref stats
"refresh_stats": True, # Look for articles with outdated download info and re-crawl them
"fetch_pubstatus": True, # Check for whether a paper has been published during stat refresh
"fetch_pubdates": True # Check for publication dates for any papers that have been published
"fetch_pubdates": True, # Check for publication dates for any papers that have been published
"fetch_missing_fields": False
}
full_run(spider)

0 comments on commit beeadcb

Please sign in to comment.