From c3bc165a902e13321f834cfc554d749523a8a5ca Mon Sep 17 00:00:00 2001 From: Worros Date: Thu, 15 Oct 2009 15:13:09 +0800 Subject: [PATCH] Add comment to DerivedStats --- pyfpdb/DerivedStats.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyfpdb/DerivedStats.py b/pyfpdb/DerivedStats.py index 5b69bbfb..106bd038 100644 --- a/pyfpdb/DerivedStats.py +++ b/pyfpdb/DerivedStats.py @@ -801,6 +801,8 @@ class DerivedStats(): # [ (player, action, ....), (player2, action, ...) ] # The number of unique players in the list per street gives the value for playersAtStreetXXX + # FIXME?? - This isn't couting people that are all in - at least showdown needs to reflect this + self.hands['playersAtStreet1'] = 0 self.hands['playersAtStreet2'] = 0 self.hands['playersAtStreet3'] = 0