This website works better with JavaScript.
Home
Help
Sign In
ben
/
bitshift
mirror of
https://github.com/earwig/bitshift
Watch
1
Star
1
Fork
0
Code
Releases
1
Activity
Browse Source
Don't configure logging twice.
tags/v1.0^2
Ben Kurtovic
10 years ago
parent
53a8ad91fa
commit
bf25b3af66
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
bitshift/crawler/crawl.py
+ 0
- 1
bitshift/crawler/crawl.py
View File
@@ -78,5 +78,4 @@ def _configure_logging():
root_logger.setLevel(logging.NOTSET)
if __name__ == "__main__":
_configure_logging()
crawl()
Write
Preview
Loading…
Cancel
Save