Skip to content

Commit 087e9f9

Browse files
authored
Update top-pypi-packages filename (#98)
To stay within quota, it now has just under 30 days of data, so the filename has been updated. Both will be available for a while. See hugovk/top-pypi-packages#46.
1 parent aff6135 commit 087e9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# this package
1111
from seed_intersphinx_mapping import get_sphinx_doc_url
1212

13-
url = "https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.json"
13+
url = "https://hugovk.github.io/top-pypi-packages/top-pypi-packages.json"
1414
top_packages = [p["project"] for p in requests.get(url).json()["rows"]]
1515

1616
print(top_packages)

0 commit comments

Comments
 (0)