Parcourir la source

Don't configure logging twice.

tags/v1.0^2
Ben Kurtovic il y a 10 ans
Parent
révision
bf25b3af66
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. +0
    -1
      bitshift/crawler/crawl.py

+ 0
- 1
bitshift/crawler/crawl.py Voir le fichier

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

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

Chargement…
Annuler
Enregistrer