fix to make it work without save actions again, by chaz
This commit is contained in:
parent
7102c3816e
commit
828dce7ebe
|
@ -271,6 +271,7 @@ db: a connected Database object"""
|
||||||
# End prep functions
|
# End prep functions
|
||||||
#####
|
#####
|
||||||
hh = self.stats.getHands()
|
hh = self.stats.getHands()
|
||||||
|
hp_inserts, ha_inserts = [], []
|
||||||
|
|
||||||
if not db.isDuplicate(self.dbid_gt, hh['siteHandNo']):
|
if not db.isDuplicate(self.dbid_gt, hh['siteHandNo']):
|
||||||
# Hands - Summary information of hand indexed by handId - gameinfo
|
# Hands - Summary information of hand indexed by handId - gameinfo
|
||||||
|
|
Loading…
Reference in New Issue
Block a user