зеркало из https://github.com/openwpm/OpenWPM.git
bugfix to properly label hashes in database
This commit is contained in:
Родитель
5dce2f35d6
Коммит
c39e8000b8
|
@ -94,7 +94,7 @@ def save_javascript_content(logger, browser_params, manager_params, msg):
|
|||
# Hash script for deduplication on disk
|
||||
script_hash = str(hash(script))
|
||||
if os.path.isfile(path + script_hash + '.gz'):
|
||||
return
|
||||
return script_hash
|
||||
|
||||
if not os.path.exists(path):
|
||||
os.mkdir(path)
|
||||
|
|
Загрузка…
Ссылка в новой задаче