We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2bc1ea + f0ff9b2 commit 1aabdb3Copy full SHA for 1aabdb3
1 file changed
readability/readability.py
@@ -17,7 +17,6 @@
17
from .htmls import shorten_title
18
19
20
-logging.basicConfig(level=logging.INFO)
21
log = logging.getLogger()
22
23
@@ -597,6 +596,8 @@ def __getattr__(self, tag):
597
596
598
599
def main():
+ logging.basicConfig(level=logging.INFO)
600
+
601
from optparse import OptionParser
602
parser = OptionParser(usage="%prog: [options] [file]")
603
parser.add_option('-v', '--verbose', action='store_true')
0 commit comments