Skip to content
Snippets Groups Projects
Commit 0d046716 authored by inso's avatar inso
Browse files

Fix type in node loading

parent 280ec464
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ class Network(QObject):
for node in self.nodes:
if self.continue_crawling():
yield from asyncio.sleep(2)
node.refresh_identities()
node.refresh()
logging.debug("End of network discovery")
@pyqtSlot(Peer)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment