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}"
cache.append({
"name": name,
"slug": slug,
"desc": desc,
"script": script,
@ -44,4 +45,4 @@ for item in data:
with open(OUTPUT_FILE, "w", encoding="utf-8") as f:
json.dump(cache, f, indent=2)
print(f"✅ helpers_cache.json created at {OUTPUT_FILE} with {len(cache)} valid scripts.")
print(f"✅ helpers_cache.json created at {OUTPUT_FILE} with {len(cache)} valid scripts.")