This commit is contained in:
Trey t
2026-01-19 22:12:53 -06:00
parent 11c0ae70d2
commit a8b0491571
19 changed files with 1328 additions and 525 deletions

View File

@@ -265,6 +265,8 @@ TEAM_MAPPINGS: dict[str, dict[str, tuple[str, str, str]]] = {
"SLC": ("team_nwsl_slc", "Utah Royals", "Utah"),
"WAS": ("team_nwsl_was", "Washington Spirit", "Washington"),
"BFC": ("team_nwsl_bfc", "Bay FC", "San Francisco"),
"BOS": ("team_nwsl_bos", "Boston Legacy FC", "Boston"),
"DEN": ("team_nwsl_den", "Denver Summit FC", "Denver"),
},
}