feat: Finish reversal. Add ArchiveResults that are not found in the index.json

This commit is contained in:
Cristian 2020-11-12 10:30:41 -05:00
parent f7f0bebdcc
commit b237e412df
2 changed files with 14 additions and 8 deletions

View file

@ -35,7 +35,7 @@ def get_icons(snapshot: Snapshot) -> str:
if extractor == "wget":
# warc isn't technically it's own extractor, so we have to add it after wget
output += output_template.format(path, canon[f"warc_path"],
output += output_template.format(path, canon["warc_path"],
exists, "warc", icons.get("warc", "?"))
except Exception as e: