Store simhash in data base.

This commit is contained in:
Achim D. Brucker 2017-11-22 06:52:31 +00:00
parent f7cdc03133
commit 06caca81e9
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ def update_database_for_file(create_csv, release_dic, cdnjs_git_path, filename,
md5=file_info[prefix + "md5"],
sha1=file_info[prefix + "sha1"],
sha256=file_info[prefix + "sha256"],
simhash=file_info[prefix + "simhash"],
size=file_info[prefix + "size"],
loc=file_info[prefix + "loc"],
description=file_info[prefix + "description"],