We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
原脚本使用情况:
添加修复代码:
import urllib3 ... ... try: urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) response = requests.get(url, verify=False, allow_redirects=False) except Exception as e: ...
The text was updated successfully, but these errors were encountered:
太牛了师傅,解决了https的证书问题
Sorry, something went wrong.
师傅 问下这是什么情况
缺少queue模块,英文翻译下就知道了,pip安装一下
No branches or pull requests
原脚本使用情况:

添加修复代码:
The text was updated successfully, but these errors were encountered: