Formatted webpage with correct faction member calls
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user