remember to create and upload index.json

This commit is contained in:
Alek Westover
2023-07-10 13:46:32 -04:00
parent b06dcaa88a
commit 26a1daf1bf
2 changed files with 4 additions and 0 deletions

View File

@@ -13,3 +13,6 @@ for prefix in os.listdir("."):
"control": control
}
with open("control_index.json", "w") as f:
json.dump(index, f)