parent
a07e261677
commit
fd55bd2e5a
|
@ -115,7 +115,7 @@ class PagesDataStore(object):
|
||||||
"""Remove the given link from `links_to_crawl`."""
|
"""Remove the given link from `links_to_crawl`."""
|
||||||
...
|
...
|
||||||
|
|
||||||
def reduce_priority_link_to_crawl(self, url)
|
def reduce_priority_link_to_crawl(self, url):
|
||||||
"""Reduce the priority of a link in `links_to_crawl` to avoid cycles."""
|
"""Reduce the priority of a link in `links_to_crawl` to avoid cycles."""
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue