Street(x)Bet street(x)Calls were stored in (db.)handplayers.

They were not yet available in (db.)hudchache.
Using the Bets and Call, together with stree(x)Agression the
aggression frequency and aggression factor can be calculated.
This commit is contained in:
Gerko de Roo
2010-06-16 17:16:58 +02:00
parent 4d4dafee8f
commit db6f7989a9
4 changed files with 130 additions and 16 deletions
+1
View File
@@ -62,6 +62,7 @@ class DerivedStats():
for i in range(5):
self.handsplayers[player[1]]['street%dCalls' % i] = 0
self.handsplayers[player[1]]['street%dBets' % i] = 0
self.handsplayers[player[1]]['street%dRaises' % i] = 0
for i in range(1,5):
self.handsplayers[player[1]]['street%dCBChance' %i] = False
self.handsplayers[player[1]]['street%dCBDone' %i] = False