Use http instead of https

This will avoid CERTIFICATE_VERIFY_FAILED errors due to SSL.
This commit is contained in:
Satwik Kansal
2019-03-31 19:08:19 +05:30
committed by GitHub
parent b262f29756
commit 54883f5134

View File

@@ -4,7 +4,7 @@ try:
except ImportError:
from urllib import urlretrieve
url = ("https://raw.githubusercontent.com/satwikkansal/"
url = ("http://raw.githubusercontent.com/satwikkansal/"
"wtfpython/master/README.md")
file_name = "content.md"