mirror of https://github.com/Askill/optar.git
fixed weird caching issue with crawler
This commit is contained in:
parent
2339d78ad7
commit
07737f8668
|
|
@ -27,6 +27,7 @@ class Crawler:
|
|||
else:
|
||||
self.logger = logging.Logger(
|
||||
name="star_crawler", level=logging.INFO)
|
||||
self._links = dict()
|
||||
|
||||
def get_nodes(self):
|
||||
return self._links
|
||||
|
|
|
|||
Loading…
Reference in New Issue