Skip to content

Commit

Permalink
wrong attribute name (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Ooghe committed Jun 25, 2021
1 parent c8dcb70 commit 946732f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyphe_backend/crawler/hcicrawler/spiders/pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def _make_html_page(self, response, lrulinks, archive_url=None, archive_timestam
p['lrulinks'] = lrulinks
if self.webarchives and archive_url:
p['archive_url'] = archive_url
p['archive_timestamp'] = archive_timestamp
p['archive_date_obtained'] = archive_timestamp
return p

def _make_raw_page(self, response, modified_body=None):
Expand Down

0 comments on commit 946732f

Please sign in to comment.