Skip to content
Snippets Groups Projects
Commit 71ea58c2 authored by inso's avatar inso
Browse files

Removed the useless network.moveToThread

parent 4a1c5f2c
Branches
Tags
No related merge requests found
......@@ -19,7 +19,7 @@ class NetworkWatcher(QObject):
@pyqtSlot()
def watch(self):
self.community.network.moveToThread(self.thread())
#self.community.network.moveToThread(self.thread())
self.community.network.start_perpetual_crawling()
@pyqtSlot()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment