Re: Help, Can't find the default proxy in requests by config

2019-02-21 Thread Evi1 T1me
On Thursday, February 21, 2019 at 7:12:40 AM UTC-5, Evi1 T1me wrote: > ```bash > ~ python3 > Python 3.7.0 (default, Oct 22 2018, 14:54:27) > [Clang 10.0.0 (clang-1000.11.45.2)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> import requests > >>> r = request

Help, Can't find the default proxy in requests by config

2019-02-21 Thread Evi1 T1me
```bash ~ python3 Python 3.7.0 (default, Oct 22 2018, 14:54:27) [Clang 10.0.0 (clang-1000.11.45.2)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import requests >>> r = requests.get('https://www.baidu.com') Traceback (most recent call last): File "/usr/loca