Skip to content

Commit 36484ce

Browse files
committed
Update top-pypi-packages filename
see hugovk/top-pypi-packages#46
1 parent 8bbc34d commit 36484ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def update() -> None:
170170
_LOGGER.info("pypi data: decompressing")
171171
pypi_data_cache.write_bytes(gzip.decompress(response.content))
172172
response = requests.get(
173-
"https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json"
173+
"https://hugovk.github.io/top-pypi-packages/top-pypi-packages.min.json"
174174
)
175175
response.raise_for_status()
176176
top_packages_data = response.json()

0 commit comments

Comments
 (0)