feat: Create ArchiveResult after finishing an extractor process

This commit is contained in:
Cristian 2020-11-04 11:22:55 -05:00
parent b3e0400bc0
commit 4484491fb7
2 changed files with 9 additions and 4 deletions

View file

@ -1,8 +1,6 @@
from pathlib import Path
from django.utils.html import format_html
from core.models import Snapshot, ArchiveResult, EXTRACTORS
from core.models import Snapshot, EXTRACTORS
def get_icons(snapshot: Snapshot) -> str:
@ -70,4 +68,4 @@ def get_icons(snapshot: Snapshot) -> str:
# *link_tuple(link, 'git_path')[:2], any((out_dir / canon['git_path']).glob('*')),
# canon['archive_org_path'], (out_dir / 'archive.org.txt').exists(),
# )
#
#