mirror of https://github.com/CIRCL/lookyloo
fix: Properly rebuild indexed captures
parent
aec6fe2632
commit
82d9cc7b2f
|
@ -35,7 +35,7 @@ def main():
|
||||||
cache = lookyloo.capture_cache(capture_uuid)
|
cache = lookyloo.capture_cache(capture_uuid)
|
||||||
if not cache:
|
if not cache:
|
||||||
continue
|
continue
|
||||||
if cache.no_index is not None:
|
if cache.no_index:
|
||||||
index = False
|
index = False
|
||||||
|
|
||||||
# NOTE: these methods do nothing if we just generated the pickle when calling lookyloo.get_crawled_tree
|
# NOTE: these methods do nothing if we just generated the pickle when calling lookyloo.get_crawled_tree
|
||||||
|
|
Loading…
Reference in New Issue