mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-28 03:03:40 -04:00
ugh. oops
This commit is contained in:
parent
7980b40ee3
commit
1ee36c38b9
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ def new_site(frontier, site):
|
|||
# where a brozzler worker immediately claims the site, finds no pages
|
||||
# to crawl, and decides the site is finished
|
||||
try:
|
||||
page = new_page(frontier, site)
|
||||
page = new_seed_page(frontier, site)
|
||||
page.save()
|
||||
logging.info("queued page %s", page)
|
||||
finally:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue