From 07aba5fefb20dc60d7bafcdfe896b444d6a230ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Thu, 23 Nov 2023 12:56:02 +0100 Subject: [PATCH] add TODO --- fetch_games.py | 1 + 1 file changed, 1 insertion(+) 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):