From 97520bfee9705d936c48c9e183999db60dbb0900 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 1 Jul 2009 13:55:12 -0400 Subject: [PATCH] Fix call to StoreHands for stud games. --- pyfpdb/Database.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py index 2cade5de..e9401d35 100755 --- a/pyfpdb/Database.py +++ b/pyfpdb/Database.py @@ -287,7 +287,8 @@ class Database: fpdb_simple.fillCardArrays(len(names), base, category, card_values, card_suits) hands_id = fpdb_simple.storeHands(self.backend, db, cursor, site_hand_no, gametype_id - ,hand_start_time, names, tableName, maxSeats, hudImportData) + ,hand_start_time, names, tableName, maxSeats, hudImportData + ,(None, None, None, None, None), (None, None, None, None, None)) #print "before calling store_hands_players_stud, antes:", antes hands_players_ids = fpdb_simple.store_hands_players_stud(self.backend, db, cursor, hands_id, player_ids