Updated directories to reflect working directories

This commit is contained in:
Lucas
2026-01-15 11:56:38 -08:00
parent b21b86fcca
commit 53ebae1d3c
5 changed files with 25 additions and 29 deletions

View File

@@ -3,7 +3,7 @@ import json
# Generates mainheader with dynamic project count
def generate_mainheader():
with open("core/data/dynamic/applications.json", "r", encoding="utf-8") as f:
with open("data/dynamic/applications.json", "r", encoding="utf-8") as f:
data = json.load(f)
project_count = len(data.get("applications", []))