fix: Duplicates on index.

pull/122/head
Raphaël Vinot 2020-11-03 12:21:14 +01:00
parent 8b1e3585ea
commit 69d34b803c
1 changed files with 0 additions and 1 deletions

View File

@ -467,7 +467,6 @@ class Lookyloo():
if all(key in c.keys() for key in ['uuid', 'title', 'timestamp', 'url', 'redirects', 'capture_dir']):
c['redirects'] = json.loads(c['redirects'])
c['capture_dir'] = Path(c['capture_dir'])
all_cache.append(c)
elif 'error' in c:
pass
else: