diff --git a/ExtensionCrawler/cdnjs_git.py b/ExtensionCrawler/cdnjs_git.py index 2b9902d..8b5f37d 100644 --- a/ExtensionCrawler/cdnjs_git.py +++ b/ExtensionCrawler/cdnjs_git.py @@ -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"],