disable background scraping
This commit is contained in:
parent
b6f5e9c0cc
commit
aa3ab25a30
5 changed files with 16 additions and 8 deletions
|
|
@ -115,7 +115,7 @@ def run():
|
|||
state.tor = tor.Tor()
|
||||
state.node = node.server.start()
|
||||
state.downloads = downloads.Downloads()
|
||||
state.scraping = downloads.ScrapeThread()
|
||||
#state.scraping = downloads.ScrapeThread()
|
||||
state.nodes = nodes.Nodes()
|
||||
def publish():
|
||||
if not state.tor.is_online():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue