mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10:00
bump versions and fix docs
This commit is contained in:
@@ -186,7 +186,9 @@ def add(urls: str | list[str],
|
||||
pass
|
||||
|
||||
# 6. Return the list of Snapshots in this crawl
|
||||
return crawl.snapshot_set.all()
|
||||
snapshots = crawl.snapshot_set.all()
|
||||
snapshots.crawl_id = str(crawl.id)
|
||||
return snapshots
|
||||
|
||||
|
||||
@click.command()
|
||||
|
||||
Reference in New Issue
Block a user