From 9190c8e5bf0a19d33888be2f8142eb7abe8be98e Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:15:01 +0100 Subject: [PATCH] Update API_URL for JSON content retrieval --- .github/scripts/generate_helpers_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/generate_helpers_cache.py b/.github/scripts/generate_helpers_cache.py index 0307d8eb..25a1dfe9 100644 --- a/.github/scripts/generate_helpers_cache.py +++ b/.github/scripts/generate_helpers_cache.py @@ -8,7 +8,7 @@ import requests # ---------- Config ---------- # API_URL = "https://api.github.com/repos/community-scripts/ProxmoxVE/contents/frontend/public/json" -API_URL = "https://api.github.com/repos/community-scripts/ProxmoxVE-Frontend-Archive/contents/frontend/public/json" +API_URL = "https://api.github.com/repos/community-scripts/ProxmoxVE-Frontend-Archive/contents/public/json" SCRIPT_BASE = "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main" # Escribimos siempre en /json/helpers_cache.json, independientemente del cwd