mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-21 08:06:27 -04:00
ugh. oops
This commit is contained in:
parent
7980b40ee3
commit
1ee36c38b9
@ -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…
x
Reference in New Issue
Block a user