From b258ae625879bbf6aa59682f4662acb46da52b94 Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Tue, 9 Nov 2010 23:18:44 +0100 Subject: [PATCH] activate PS draw tourneys (tested FL, assume PL/NL work since they apparently do in cash games) --- pyfpdb/PokerStarsToFpdb.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyfpdb/PokerStarsToFpdb.py b/pyfpdb/PokerStarsToFpdb.py index a6c4d771..c86fc157 100644 --- a/pyfpdb/PokerStarsToFpdb.py +++ b/pyfpdb/PokerStarsToFpdb.py @@ -171,7 +171,11 @@ class PokerStars(HandHistoryConverter): ["tour", "hold", "fl"], ["tour", "stud", "fl"], - ] + + ["tour", "draw", "fl"], + ["tour", "draw", "pl"], + ["tour", "draw", "nl"], + ] def determineGameType(self, handText): info = {}