Fix await self.find() in crawler (#34)
This commit is contained in:
parent
b0db225b98
commit
67abd88ec2
@ -141,7 +141,7 @@ class NodeSpiderCrawl(SpiderCrawl):
|
|||||||
|
|
||||||
if self.nearest.allBeenContacted():
|
if self.nearest.allBeenContacted():
|
||||||
return list(self.nearest)
|
return list(self.nearest)
|
||||||
return self.find()
|
return await self.find()
|
||||||
|
|
||||||
|
|
||||||
class RPCFindResponse(object):
|
class RPCFindResponse(object):
|
||||||
|
Loading…
Reference in New Issue
Block a user