From 0cafb75c59af0a6380b32907fb9ede41bc34d66f Mon Sep 17 00:00:00 2001 From: sqlcoder Date: Wed, 17 Feb 2010 23:29:50 +0000 Subject: [PATCH] finish previous undo --- pyfpdb/DerivedStats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/DerivedStats.py b/pyfpdb/DerivedStats.py index 699ad068..dddbec8b 100644 --- a/pyfpdb/DerivedStats.py +++ b/pyfpdb/DerivedStats.py @@ -311,7 +311,7 @@ class DerivedStats(): steal_attempt = False steal_positions = (1, 0, 'S') if hand.gametype['base'] == 'stud': - steal_positions = (2, 1, '0') + steal_positions = (2, 1, 0) for action in hand.actions[hand.actionStreets[1]]: pname, act = action[0], action[1] posn = self.handsplayers[pname]['position']