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:
drigato 2015-02-19 15:40:27 -05:00
commit 58f9ffd0eb
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class MetadataAnalyzer(Analyzer):
if not data:
break
m.update(data)
metadata["md5_hash"] = m.hexdigest()
metadata["md5"] = m.hexdigest()