Add note about urllib3 debugging.
This commit is contained in:
parent
c008d5af93
commit
6d403c7957
1 changed files with 3 additions and 0 deletions
3
dosage
3
dosage
|
@ -131,6 +131,9 @@ def setOutputInfo(options):
|
|||
out.level = 0
|
||||
out.level += options.verbose
|
||||
out.timestamps = options.timestamps
|
||||
# debug urllib3
|
||||
#from requests.packages.urllib3 import add_stderr_logger
|
||||
#add_stderr_logger()
|
||||
|
||||
|
||||
def saveComicStrip(strip, basepath, dryrun):
|
||||
|
|
Loading…
Reference in a new issue