typos
parent
9826eacfa8
commit
124c33680f
|
@ -103,7 +103,7 @@ We could store `links_to_crawl` and `crawled_links` in a key-value **NoSQL Datab
|
||||||
```python
|
```python
|
||||||
class PagesDataStore(object):
|
class PagesDataStore(object):
|
||||||
|
|
||||||
def __init__(self, db);
|
def __init__(self, db):
|
||||||
self.db = db
|
self.db = db
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue