mirror of https://github.com/CIRCL/lookyloo
chg: Update cache on tree visualization
parent
5f4a97e11b
commit
69f65c9a87
lookyloo
|
@ -124,8 +124,9 @@ class Lookyloo():
|
|||
try:
|
||||
ct = CrawledTree(har_files, uuid)
|
||||
self.resolve_dns(ct)
|
||||
# getting the cache triggers an update of the said cache. We want it there.
|
||||
cache = self.capture_cache(capture_uuid)
|
||||
if self.is_public_instance:
|
||||
cache = self.capture_cache(capture_uuid)
|
||||
if cache.get('no_index') is not None:
|
||||
index = False
|
||||
if index:
|
||||
|
|
Loading…
Reference in New Issue