Skip to content

Commit 6034ad9

Browse files
authored
Update top-pypi-packages filename (#191)
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 e2b0a72 commit 6034ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py_wtf/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ async def index_top_pypi(directory: str, top: int) -> None:
102102
with attempt:
103103
top_pkgs = (
104104
await client.get(
105-
"https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.json"
105+
"https://hugovk.github.io/top-pypi-packages/top-pypi-packages.json"
106106
)
107107
).json()
108108
projects: Iterable[str] = (row["project"] for row in top_pkgs["rows"][:top])

0 commit comments

Comments
 (0)