mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-22 02:54:25 +01:00
Use http instead of https
This will avoid CERTIFICATE_VERIFY_FAILED errors due to SSL.
This commit is contained in:
parent
b262f29756
commit
54883f5134
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user