p121 - fixed typo in stats.py causing wrong display of fold to SB %. note that this did not affect the DB data, just display

This commit is contained in:
steffen123 2008-10-07 05:18:26 +01:00
parent 31ab863b47
commit ea022a6497

View File

@ -200,10 +200,10 @@ class Sql:
sum(wonAtSD) AS wmsd,
sum(stealAttemptChance) AS steal_opp,
sum(stealAttempted) AS steal,
sum(foldBbToStealChance) AS SBstolen,
sum(foldedBbToSteal) AS BBnotDef,
sum(foldBbToStealChance) AS BBstolen,
sum(foldSbToStealChance) AS SBstolen,
sum(foldedSbToSteal) AS SBnotDef,
sum(foldBbToStealChance) AS BBstolen,
sum(foldedBbToSteal) AS BBnotDef,
sum(street1CBChance) AS CB_opp_1,
sum(street1CBDone) AS CB_1,
sum(street2CBChance) AS CB_opp_2,