From bfe5731920158457d457cde13c5023f084b44aaf Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sat, 31 May 2025 19:42:07 +0200 Subject: [PATCH] Fetch data for 22 days to stay within quota --- generate.sh | 2 +- index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/generate.sh b/generate.sh index aae204a..d5365e4 100755 --- a/generate.sh +++ b/generate.sh @@ -16,7 +16,7 @@ python3 -m pip --version /home/botuser/.local/bin/pypinfo --version # Generate and minify -days=24 +days=22 /home/botuser/.local/bin/pypinfo --all --json --indent 0 --limit 15000 --days $days --test "" project /home/botuser/.local/bin/pypinfo --all --json --indent 0 --limit 15000 --days $days "" project > top-pypi-packages.json jq -c . < top-pypi-packages.json > top-pypi-packages.min.json diff --git a/index.html b/index.html index a6fc9a5..7dd1fe4 100644 --- a/index.html +++ b/index.html @@ -138,6 +138,7 @@