We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbc34d commit 36484ceCopy full SHA for 36484ce
update_filters.py
@@ -170,7 +170,7 @@ def update() -> None:
170
_LOGGER.info("pypi data: decompressing")
171
pypi_data_cache.write_bytes(gzip.decompress(response.content))
172
response = requests.get(
173
- "https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json"
+ "https://hugovk.github.io/top-pypi-packages/top-pypi-packages.min.json"
174
)
175
response.raise_for_status()
176
top_packages_data = response.json()
0 commit comments