mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-12-16 09:58:56 +03:00
Merge 4dfef55e6a into 3df19b2e4f
This commit is contained in:
@@ -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."""
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user