Merge branch 'cc-5709-airtime-analyzer-store-file-size-and-hash-in-db' into saas-store-file-size-and-hash-in-db
This commit is contained in:
commit
58f9ffd0eb
|
@ -108,7 +108,7 @@ class MetadataAnalyzer(Analyzer):
|
|||
if not data:
|
||||
break
|
||||
m.update(data)
|
||||
metadata["md5_hash"] = m.hexdigest()
|
||||
metadata["md5"] = m.hexdigest()
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue