[boardgames] Fix expansion checking
This commit is contained in:
@ -368,7 +368,7 @@ def email_scrobble_board_game(
|
||||
enriched_game = find_and_enrich_board_game_data(game)
|
||||
if game.get("isBaseGame"):
|
||||
base_games[game.get("id")] = enriched_game
|
||||
elif game.get("isExpansion"):
|
||||
if game.get("isExpansion"):
|
||||
expansions[game.get("id")] = enriched_game
|
||||
|
||||
locations = {}
|
||||
|
||||
Reference in New Issue
Block a user