Fix +x on bulk importer, quick fix for Stars HU file error
This commit is contained in:
parent
2129faa46b
commit
d470507a51
0
pyfpdb/GuiBulkImport.py
Normal file → Executable file
0
pyfpdb/GuiBulkImport.py
Normal file → Executable file
|
@ -883,7 +883,7 @@ def goesAllInOnThisLine(line):
|
||||||
ActionTypes = { 'calls':"call", 'brings in for':"blind", 'completes it to':"bet", ' posts $':"blind",
|
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 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 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"
|
' bets' : "bet", ' raises' : "bet"
|
||||||
}
|
}
|
||||||
def parseActionType(line):
|
def parseActionType(line):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user