1
0
Fork 0
mirror of https://github.com/satwikkansal/wtfpython synced 2025-07-04 20:38:06 +02:00

Merge remote-tracking branch 'origin/master' into 3.0

This commit is contained in:
Satwik Kansal 2019-06-08 22:41:05 +05:30
commit 6164ce065d
3 changed files with 12 additions and 11 deletions

View file

@ -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")