Fix +x on bulk importer, quick fix for Stars HU file error

This commit is contained in:
Worros 2009-03-31 11:38:10 +08:00
parent 2129faa46b
commit d470507a51
2 changed files with 1 additions and 1 deletions

0
pyfpdb/GuiBulkImport.py Normal file → Executable file
View File

View File

@ -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):