瀏覽代碼

Don't configure logging twice.

tags/v1.0^2
Ben Kurtovic 10 年之前
父節點
當前提交
bf25b3af66
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      bitshift/crawler/crawl.py

+ 0
- 1
bitshift/crawler/crawl.py 查看文件

@@ -78,5 +78,4 @@ def _configure_logging():
root_logger.setLevel(logging.NOTSET)

if __name__ == "__main__":
_configure_logging()
crawl()

Loading…
取消
儲存