Skip to content
Artin edited this page Feb 23, 2020 · 1 revision
  • 怎么样让 requests 不走系统代理?:
    设置环境变量 no_proxy*, 如os.environ["no_proxy"] = "*"

Clone this wiki locally