mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-03 20:08:00 +02: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
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from urllib import urlretrieve
|
from urllib import urlretrieve
|
||||||
|
|
||||||
url = ("https://raw.githubusercontent.com/satwikkansal/"
|
url = ("http://raw.githubusercontent.com/satwikkansal/"
|
||||||
"wtfpython/master/README.md")
|
"wtfpython/master/README.md")
|
||||||
file_name = "content.md"
|
file_name = "content.md"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue