mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-18 01:54:11 +02:00
Updated directories to reflect working directories
This commit is contained in:
@@ -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", []))
|
||||
|
||||
Reference in New Issue
Block a user