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:
+3
-3
@@ -200,10 +200,10 @@ class Sql:
|
|||||||
sum(wonAtSD) AS wmsd,
|
sum(wonAtSD) AS wmsd,
|
||||||
sum(stealAttemptChance) AS steal_opp,
|
sum(stealAttemptChance) AS steal_opp,
|
||||||
sum(stealAttempted) AS steal,
|
sum(stealAttempted) AS steal,
|
||||||
sum(foldBbToStealChance) AS SBstolen,
|
sum(foldSbToStealChance) AS SBstolen,
|
||||||
sum(foldedBbToSteal) AS BBnotDef,
|
|
||||||
sum(foldBbToStealChance) AS BBstolen,
|
|
||||||
sum(foldedSbToSteal) AS SBnotDef,
|
sum(foldedSbToSteal) AS SBnotDef,
|
||||||
|
sum(foldBbToStealChance) AS BBstolen,
|
||||||
|
sum(foldedBbToSteal) AS BBnotDef,
|
||||||
sum(street1CBChance) AS CB_opp_1,
|
sum(street1CBChance) AS CB_opp_1,
|
||||||
sum(street1CBDone) AS CB_1,
|
sum(street1CBDone) AS CB_1,
|
||||||
sum(street2CBChance) AS CB_opp_2,
|
sum(street2CBChance) AS CB_opp_2,
|
||||||
|
|||||||
Reference in New Issue
Block a user