ds_store_exp
ds_store_exp copied to clipboard
建议添加以下代码,避免特殊情况下https请求出现错误
原脚本使用情况:
添加修复代码:
import urllib3
...
...
try:
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
response = requests.get(url, verify=False, allow_redirects=False)
except Exception as e:
...
太牛了师傅,解决了https的证书问题
师傅 问下这是什么情况
师傅 问下这是什么情况
缺少queue模块,英文翻译下就知道了,pip安装一下