We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a989a8 commit b8e9fffCopy full SHA for b8e9fff
htgettoken/__init__.py
@@ -696,10 +696,10 @@ def main(args=None):
696
logfile=sys.stdout
697
if options.debug:
698
log("Enabling HTTPConnection debugging")
699
- # Unfortunately in urllib3 this only ever prints to stdout,
+ # Unfortunately in http.client this only ever prints to stdout,
700
# so only enable the HTTPConnection debugging when not needing
701
# to parse stdout
702
- http.client.HTTPConnection.debuglevel = 5
+ http.client.HTTPConnection.debuglevel = 1
703
704
if not options.nooidc and not sys.stdout.isatty() \
705
and not sys.stderr.isatty() and not sys.stdin.isatty():
0 commit comments