mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-14 03:11:03 +00:00
Add https_proxy to internal error message
This commit is contained in:
parent
a60648e348
commit
35ecb7e639
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ def print_env_info(key, out=stderr):
|
|||
|
||||
def print_proxy_info(out=stderr):
|
||||
"""Print proxy info."""
|
||||
for key in ("http_proxy", "no_proxy"):
|
||||
for key in ("http_proxy", "https_proxy", "no_proxy"):
|
||||
print_env_info(key, out=out)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue