This commit is contained in:
Nick Sweeting
2025-12-28 17:51:54 -08:00
parent 54f91c1339
commit f0aa19fa7d
157 changed files with 6774 additions and 5061 deletions

View File

@@ -21,7 +21,7 @@ def status(out_dir: Path=DATA_DIR) -> None:
from django.contrib.auth import get_user_model
from archivebox.misc.db import get_admins
from core.models import Snapshot
from archivebox.core.models import Snapshot
User = get_user_model()
print('[green]\\[*] Scanning archive main index...[/green]')