add TODO
This commit is contained in:
parent
56524cd28e
commit
07aba5fefb
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ def detailed_fetch_game(game_id: int):
|
||||||
"(%s, %s, %s, %s, %s, %s) "
|
"(%s, %s, %s, %s, %s, %s) "
|
||||||
"ON CONFLICT (id) DO NOTHING",
|
"ON CONFLICT (id) DO NOTHING",
|
||||||
(game_id, num_players, var_id, seed, game.score, len(actions)))
|
(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 = []
|
game_participants_vals = []
|
||||||
for seat, user_id in enumerate(user_ids):
|
for seat, user_id in enumerate(user_ids):
|
||||||
|
|
Loading…
Reference in a new issue