diff --git a/fetch_games.py b/fetch_games.py index 2222831..e7b1eb2 100644 --- a/fetch_games.py +++ b/fetch_games.py @@ -235,6 +235,7 @@ def detailed_fetch_game(game_id: int): "(%s, %s, %s, %s, %s, %s) " "ON CONFLICT (id) DO NOTHING", (game_id, num_players, var_id, seed, game.score, len(actions))) + # TODO Max: Check if len(actions) is the correct number here, in case there was a VTK action, we might want to subtract one game_participants_vals = [] for seat, user_id in enumerate(user_ids):