diff --git a/e2b_sandbox_template/get_top_pypi.py b/e2b_sandbox_template/get_top_pypi.py index bf2d3c3..61cc89f 100644 --- a/e2b_sandbox_template/get_top_pypi.py +++ b/e2b_sandbox_template/get_top_pypi.py @@ -2,7 +2,7 @@ def get_top_pypi_packages(limit=50): # API endpoint for PyPI download statistics (30 days) - url = "https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json" + url = "https://hugovk.github.io/top-pypi-packages/top-pypi-packages.min.json" try: response = requests.get(url)