From 06caca81e9303b57d9d8e4755bcee55790b14271 Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Wed, 22 Nov 2017 06:52:31 +0000 Subject: [PATCH] Store simhash in data base. --- ExtensionCrawler/cdnjs_git.py | 1 + 1 file changed, 1 insertion(+) 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"],