mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-28 21:54:14 -04:00
refactor: singlefile uses snapshot instead of link
This commit is contained in:
parent
f6152ded44
commit
ca7f48042b
3 changed files with 11 additions and 9 deletions
|
@ -8,7 +8,7 @@ from datetime import datetime
|
|||
|
||||
from django.db.models import Model
|
||||
|
||||
from ..index.schema import Link, ArchiveResult, ArchiveOutput, ArchiveError
|
||||
from ..index.schema import ArchiveResult, ArchiveOutput, ArchiveError
|
||||
from ..system import run, chmod_file
|
||||
from ..util import (
|
||||
enforce_types,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue