diff --git a/vrobbler/apps/boardgames/sources/lichess.py b/vrobbler/apps/boardgames/sources/lichess.py index 35b65f9..11ebe44 100644 --- a/vrobbler/apps/boardgames/sources/lichess.py +++ b/vrobbler/apps/boardgames/sources/lichess.py @@ -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"