mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 04:18: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:
|
||||
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…
Add table
Add a link
Reference in a new issue