Archived
1
0

Stopped log from interfering with STDOUT

This commit is contained in:
Jip J. Dekker 2014-04-15 18:17:35 +02:00
parent f9799c30d8
commit 91ed053ac5

View File

@ -41,7 +41,7 @@ def setup_crawler(searchables):
def start(): def start():
setup_crawler(["Methane"]) setup_crawler(["Methane"])
log.start() log.start(logstdout=False)
reactor.run() reactor.run()