Formatted webpage with correct faction member calls

This commit is contained in:
2025-11-27 00:58:39 -05:00
parent 79d0012d66
commit 317442b8ea
4 changed files with 82 additions and 32 deletions

View File

@@ -55,6 +55,7 @@ async def fetch_and_save_faction(faction_id: int, file_path: Path) -> bool:
"id": pid,
"name": info.get("name", "Unknown"),
"level": info.get("level", 0),
"status": info.get("status", {}).get("state", "Unknown"),
"estimate": est
}
faction_data.append(member)