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:
commit
6164ce065d
3 changed files with 12 additions and 11 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue