From 56c26f5dcdd1af7ba09199e3147375da0da2f7ed Mon Sep 17 00:00:00 2001 From: Steffen Schaumburg Date: Thu, 7 Apr 2011 12:37:40 +0200 Subject: [PATCH] activate support for capNL and FL/PL/NL draw tourneys on FTP - thanks Oleg for the histories --- pyfpdb/FulltiltToFpdb.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pyfpdb/FulltiltToFpdb.py b/pyfpdb/FulltiltToFpdb.py index e3809d95..23783b7a 100755 --- a/pyfpdb/FulltiltToFpdb.py +++ b/pyfpdb/FulltiltToFpdb.py @@ -196,9 +196,14 @@ class Fulltilt(HandHistoryConverter): ["tour", "hold", "nl"], ["tour", "hold", "pl"], ["tour", "hold", "fl"], - + ["tour", "hold", "cn"], + ["tour", "stud", "fl"], - ] + + ["tour", "draw", "fl"], + ["tour", "draw", "pl"], + ["tour", "draw", "nl"], + ] def determineGameType(self, handText): info = {'type':'ring'}