[boardgames] Fix small bug in black username

This commit is contained in:
2025-01-29 00:08:55 -05:00
parent 9c115c0b65
commit 855f59b83f

View File

@ -83,7 +83,7 @@ def import_chess_games_for_all_users():
black_player.get("aiLevel", "")
)
else:
other_player["name_str"] = white_player.get(
other_player["name_str"] = black_player.get(
"user", {}
).get("name", "")
other_player["color"] = "black"