cleanup: better variable handling

This commit is contained in:
uprightbass360
2026-01-02 01:49:14 -05:00
parent f5b3b07bcb
commit 9960444425
9 changed files with 363 additions and 22 deletions

View File

@@ -46,7 +46,7 @@ CATEGORY_BY_TYPE = {
"data": "data",
"cpp": "uncategorized",
}
USER_AGENT = "acore-compose-module-manifest"
USER_AGENT = "azerothcore-realmmaster-module-manifest"
def parse_args(argv: Sequence[str]) -> argparse.Namespace: