fix: Properly rebuild indexed captures

pull/180/head
Raphaël Vinot 2021-03-07 13:25:23 +01:00
parent aec6fe2632
commit 82d9cc7b2f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ def main():
cache = lookyloo.capture_cache(capture_uuid)
if not cache:
continue
if cache.no_index is not None:
if cache.no_index:
index = False
# NOTE: these methods do nothing if we just generated the pickle when calling lookyloo.get_crawled_tree