mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-01 02:56:10 -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
|
# where a brozzler worker immediately claims the site, finds no pages
|
||||||
# to crawl, and decides the site is finished
|
# to crawl, and decides the site is finished
|
||||||
try:
|
try:
|
||||||
page = new_page(frontier, site)
|
page = new_seed_page(frontier, site)
|
||||||
page.save()
|
page.save()
|
||||||
logging.info("queued page %s", page)
|
logging.info("queued page %s", page)
|
||||||
finally:
|
finally:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue