cleaning up

This commit is contained in:
gitea-actions
2026-07-08 21:50:06 +01:00
parent a980d6393e
commit 832eb1a913
12 changed files with 11 additions and 707 deletions

View File

@@ -57,7 +57,7 @@ def create_folder_structure_json(path):
folder_path = OUTPUT_DIR
folder_json = create_folder_structure_json(folder_path)
output_file = os.path.join(OUTPUT_DIR, 'test.json')
output_file = os.path.join(OUTPUT_DIR, 'search-index.json')
with open(output_file, 'w', encoding='utf-8') as f:
json.dump(folder_json, f, indent=4, ensure_ascii=False)