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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"