Sfoglia il codice sorgente

Don't configure logging twice.

tags/v1.0^2
Ben Kurtovic 10 anni fa
parent
commit
bf25b3af66
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. +0
    -1
      bitshift/crawler/crawl.py

+ 0
- 1
bitshift/crawler/crawl.py Vedi File

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

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

Caricamento…
Annulla
Salva