Update README.md

This commit is contained in:
41337
2022-08-18 17:33:35 -03:00
committed by GitHub
parent 7e8f93e57d
commit de0394897a

View File

@@ -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."""
... ...