diff --git a/Fourmi.py b/Fourmi.py index 7c3cf7d..2f8bd1b 100755 --- a/Fourmi.py +++ b/Fourmi.py @@ -41,7 +41,7 @@ def setup_crawler(searchables): def start(): setup_crawler(["Methane"]) - log.start() + log.start(logstdout=False) reactor.run()