解决 https urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] 错误

import ssl
ssl._create_default_https_context = ssl._create_unverified_context

猜你喜欢

转载自www.cnblogs.com/caiyishuai/p/10721504.html
今日推荐