Pointed script to new directory for data

This commit is contained in:
Lucas
2026-01-01 21:49:36 -08:00
parent 5773a3e8c3
commit 58bd427b28
7 changed files with 18 additions and 18 deletions

View File

@@ -391,7 +391,7 @@ def main() -> None:
parser.add_argument(
"--applications-file",
default=str(APPLICATIONS_FILE),
help="Path to applications.json (default: core/data/dynamic/applications.json).",
help="Path to applications.json (default: ../../data/dynamic/applications.json).",
)
parser.add_argument(
"--full-details",