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:
parent
31ab863b47
commit
ea022a6497
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user