From 9b8bc1a59353e22c5de025f5caabab4b6075744f Mon Sep 17 00:00:00 2001 From: Matt Turnbull Date: Sun, 7 Jun 2009 22:45:46 +0100 Subject: [PATCH] re-enable insertion of boardcards --- pyfpdb/fpdb_simple.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyfpdb/fpdb_simple.py b/pyfpdb/fpdb_simple.py index d83b8d70..11923577 100644 --- a/pyfpdb/fpdb_simple.py +++ b/pyfpdb/fpdb_simple.py @@ -1465,7 +1465,6 @@ def storeActions(cursor, handsPlayersIds, actionTypes, allIns, actionAmounts, ac def store_board_cards(cursor, hands_id, board_values, board_suits): #stores into table board_cards - return cursor.execute ("""INSERT INTO BoardCards (handId, card1Value, card1Suit, card2Value, card2Suit, card3Value, card3Suit, card4Value, card4Suit, card5Value, card5Suit) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)""",