mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update generate_helpers_cache.py
This commit is contained in:
parent
9044f13d2b
commit
84f5897e38
3
.github/scripts/generate_helpers_cache.py
vendored
3
.github/scripts/generate_helpers_cache.py
vendored
@ -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.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user