diff --git a/bitshift/crawler/crawl.py b/bitshift/crawler/crawl.py index cd8fba6..c45974a 100644 --- a/bitshift/crawler/crawl.py +++ b/bitshift/crawler/crawl.py @@ -78,5 +78,4 @@ def _configure_logging(): root_logger.setLevel(logging.NOTSET) if __name__ == "__main__": - _configure_logging() crawl()