mirror of
https://github.com/satwikkansal/wtfpython.git
synced 2025-07-23 22:41:51 +02:00
Merge remote-tracking branch 'origin/master' into 3.0
This commit is contained in:
@@ -6,7 +6,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_path = join(dirname(dirname(realpath(__file__))), "content.md")
|
||||
|
Reference in New Issue
Block a user