From 828dce7ebe3ab1c6ee59d1dd57369eb9f45732a2 Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Mon, 28 Feb 2011 02:01:06 +0100 Subject: [PATCH] fix to make it work without save actions again, by chaz --- pyfpdb/Hand.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/Hand.py b/pyfpdb/Hand.py index 539ec59c..110e5487 100644 --- a/pyfpdb/Hand.py +++ b/pyfpdb/Hand.py @@ -271,6 +271,7 @@ db: a connected Database object""" # End prep functions ##### hh = self.stats.getHands() + hp_inserts, ha_inserts = [], [] if not db.isDuplicate(self.dbid_gt, hh['siteHandNo']): # Hands - Summary information of hand indexed by handId - gameinfo