【发布时间】:2022-06-30 13:22:45
【问题描述】:
您好,我从 github 下载了一个工具,当我尝试运行它时,我收到了这样的警报; linkfinder.py:133: DeprecationWarning: ssl.PROTOCOL_TLSv1_2 已弃用 sslcontext = ssl.SSLContext(ssl.PROTOCOL_TLSv1_2)
工具:https://github.com/GerbenJavado/LinkFinder 如何在 python3 上修复此错误?
enter image description here --> 代码
enter image description here --> 错误
有什么想法吗?
【问题讨论】:
标签: python-3.x