From 1b313b27b5f1ba2cee47f4895215439332f135f9 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 2 Mar 2025 15:33:12 +0200 Subject: [PATCH] Update top-pypi-packages filename To stay under quota, the file now just under 30 days of data, so the filename has been updated. Both will be available for a while. See https://github.com/hugovk/top-pypi-packages/pull/46. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index d8c986da..112a8c89 100644 --- a/main.py +++ b/main.py @@ -25,7 +25,7 @@ MAX_WORKERS = 16 GOOGLE_ASSURED_OSS_PACKAGES = set() -DOWNLOADS_URL = "https://raw.githubusercontent.com/hugovk/top-pypi-packages/main/top-pypi-packages-30-days.min.json" +DOWNLOADS_URL = "https://raw.githubusercontent.com/hugovk/top-pypi-packages/main/top-pypi-packages.min.json" @contextlib.contextmanager def locked_db():