populate hands.boardcards

This commit is contained in:
Matt Turnbull
2009-06-19 07:04:57 +01:00
parent 2a7a275e3a
commit 44aed2c95f
3 changed files with 25 additions and 4 deletions
+2 -1
View File
@@ -83,7 +83,8 @@ def ring_holdem_omaha(config, backend, db, cursor, base, category, site_hand_no,
t2 = time()
hands_id = fpdb_simple.storeHands(backend, db, cursor, site_hand_no, gametype_id
,hand_start_time, names, tableName, maxSeats, hudImportData)
,hand_start_time, names, tableName, maxSeats,
hudImportData, board_values, board_suits)
t3 = time()
hands_players_ids = fpdb_simple.store_hands_players_holdem_omaha(
backend, db, cursor, category, hands_id, player_ids, start_cashes