mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-09 12:21:57 -04:00
fix tests
This commit is contained in:
parent
13c2b7c8eb
commit
46a4197514
3 changed files with 7 additions and 7 deletions
|
@ -61,7 +61,7 @@ def write_link_to_sql_index(link: Link):
|
|||
}
|
||||
)
|
||||
else:
|
||||
result, _ = ArchiveResult.objects.create_or_update(
|
||||
result, _ = ArchiveResult.objects.update_or_create(
|
||||
snapshot_id=snapshot.id,
|
||||
extractor=extractor,
|
||||
start_ts=parse_date(entry.start_ts),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue