Explorar el Código

Don't configure logging twice.

tags/v1.0^2
Ben Kurtovic hace 10 años
padre
commit
bf25b3af66
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      bitshift/crawler/crawl.py

+ 0
- 1
bitshift/crawler/crawl.py Ver fichero

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

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

Cargando…
Cancelar
Guardar