From 6d3e21756db88ecf73f86cda918130f7fcb2ce07 Mon Sep 17 00:00:00 2001 From: "chaz@pokeit.co" Date: Mon, 20 Dec 2010 07:02:00 -0500 Subject: [PATCH] * Commented out BB won in sessionsCache for the time being. Will add it back in once I resolve the errors. --- pyfpdb/Database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py index 89d3d630..ac33cfc9 100644 --- a/pyfpdb/Database.py +++ b/pyfpdb/Database.py @@ -2094,7 +2094,7 @@ class Database: if (game['type']=='ring'): line[0] = 1 # count ring hands if (game['type']=='tour'): line[1] = 1 # count tour hands if (game['type']=='ring'): line[2] = pdata[p]['totalProfit'] #sum of profit - if (game['type']=='ring'): line[3] = float(Decimal(pdata[p]['totalProfit'])/Decimal(bigBet)) #sum of big bets won + if (game['type']=='ring'): line[3] = 0 #float(Decimal(pdata[p]['totalProfit'])/Decimal(bigBet)) #sum of big bets won line[4] = startTime inserts.append(line)