aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/fileset_strategies.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/sandcrawler/fileset_strategies.py')
-rw-r--r--python/sandcrawler/fileset_strategies.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler/fileset_strategies.py b/python/sandcrawler/fileset_strategies.py
index fcebbb8..d2a8e99 100644
--- a/python/sandcrawler/fileset_strategies.py
+++ b/python/sandcrawler/fileset_strategies.py
@@ -356,7 +356,7 @@ class WebFilesetStrategy(FilesetIngestStrategy):
continue
m.md5 = m.md5 or file_meta["md5hex"]
- m.sha1 = m.sha1 or file_meta["md5hex"]
+ m.sha1 = m.sha1 or file_meta["sha1hex"]
m.sha256 = m.sha256 or file_meta["sha256hex"]
m.mimetype = m.mimetype or file_meta["mimetype"]