forked from platformio/platformio-core
Document solution for "ImportError: cannot import name _remove_dead_weakref"
This commit is contained in:
2
docs
2
docs
Submodule docs updated: 201c711ed3...acf6c86c84
@ -150,7 +150,7 @@ def get_develop_latest_version():
|
|||||||
|
|
||||||
def get_pypi_latest_version():
|
def get_pypi_latest_version():
|
||||||
r = requests.get(
|
r = requests.get(
|
||||||
"https://pypi.python.org/pypi/platformio/json",
|
"https://pypi.org/pypi/platformio/json",
|
||||||
headers=util.get_request_defheaders())
|
headers=util.get_request_defheaders())
|
||||||
r.raise_for_status()
|
r.raise_for_status()
|
||||||
return r.json()['info']['version']
|
return r.json()['info']['version']
|
||||||
|
Reference in New Issue
Block a user