disable background scraping

This commit is contained in:
j 2016-01-05 21:46:50 +05:30
commit aa3ab25a30
5 changed files with 16 additions and 8 deletions

View file

@ -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():