mirror of
https://github.com/satwikkansal/wtfpython.git
synced 2025-07-21 21:41:17 +02:00
Use http instead of https
This will avoid CERTIFICATE_VERIFY_FAILED errors due to SSL.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user