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
Traceback (most recent call last): File "./aliddns.py", line 321, in recordListInfo = get_record_info(RR, DomainName, Type) File "./aliddns.py", line 91, in get_record_info context = ssl._create_unverified_context() AttributeError: 'module' object has no attribute '_create_unverified_context'
问一下如何解决
The text was updated successfully, but these errors were encountered:
python版本是什么?建议升级一下python3最新版本
Sorry, something went wrong.
是套件中心的3.4.1-0032
No branches or pull requests
Traceback (most recent call last):
File "./aliddns.py", line 321, in
recordListInfo = get_record_info(RR, DomainName, Type)
File "./aliddns.py", line 91, in get_record_info
context = ssl._create_unverified_context()
AttributeError: 'module' object has no attribute '_create_unverified_context'
问一下如何解决
The text was updated successfully, but these errors were encountered: