Update generate_helpers_cache.py

This commit is contained in:
MacRimi 2025-06-03 18:37:36 +02:00 committed by GitHub
parent 9044f13d2b
commit 84f5897e38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,7 @@ for item in data:
full_script_url = f"{SCRIPT_BASE}/{script}" full_script_url = f"{SCRIPT_BASE}/{script}"
cache.append({ cache.append({
"name": name,
"slug": slug, "slug": slug,
"desc": desc, "desc": desc,
"script": script, "script": script,