From 2bc564e29255e4364e0c277e490b81510bd49b4c Mon Sep 17 00:00:00 2001 From: Worros Date: Sat, 11 Apr 2009 04:18:10 +0800 Subject: [PATCH] Remove draw from supported list. Olld import code doesn't support draw yet, this patch prevents the bulk importer from crashing if you have a draw hh file in the list accidentally. --- pyfpdb/PokerStarsToFpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/PokerStarsToFpdb.py b/pyfpdb/PokerStarsToFpdb.py index f81d4dc7..300c6071 100755 --- a/pyfpdb/PokerStarsToFpdb.py +++ b/pyfpdb/PokerStarsToFpdb.py @@ -73,7 +73,7 @@ follow : whether to tail -f the input""" ["ring", "hold", "pl"], ["ring", "hold", "fl"], ["ring", "stud", "fl"], - ["ring", "draw", "fl"], + #["ring", "draw", "fl"], ["ring", "omaha", "pl"] ]