From d470507a513c8e9c298fe89d32ed5b60731d8b64 Mon Sep 17 00:00:00 2001 From: Worros Date: Tue, 31 Mar 2009 11:38:10 +0800 Subject: [PATCH] Fix +x on bulk importer, quick fix for Stars HU file error --- pyfpdb/GuiBulkImport.py | 0 pyfpdb/fpdb_simple.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 pyfpdb/GuiBulkImport.py diff --git a/pyfpdb/GuiBulkImport.py b/pyfpdb/GuiBulkImport.py old mode 100644 new mode 100755 diff --git a/pyfpdb/fpdb_simple.py b/pyfpdb/fpdb_simple.py index b9d914b2..71569ee2 100644 --- a/pyfpdb/fpdb_simple.py +++ b/pyfpdb/fpdb_simple.py @@ -883,7 +883,7 @@ def goesAllInOnThisLine(line): ActionTypes = { 'calls':"call", 'brings in for':"blind", 'completes it to':"bet", ' posts $':"blind", ' posts a dead ' : "blind", ' posts the small blind of $':"blind", ': posts big blind ':"blind", ' posts the big blind of $':"blind", ': posts small & big blinds $':"blind", - ': posts small blind $':"blind", + ': posts small blind $':"blind", ': posts small blind ':"blind", ' bets' : "bet", ' raises' : "bet" } def parseActionType(line):