p108 - These damn small blinds... all previously supported tourneys should be working again now
This commit is contained in:
@@ -1045,6 +1045,9 @@ def recogniseGametypeID(cursor, topline, smallBlindLine, site_id, category, isTo
|
||||
if base=="hold":
|
||||
if smallBlindLine==topline:
|
||||
raise FpdbError("invalid small blind line")
|
||||
elif isTourney:
|
||||
pos=smallBlindLine.rfind(" ")+1
|
||||
small_blind=int(smallBlindLine[pos:])
|
||||
else:
|
||||
pos=smallBlindLine.rfind("$")+1
|
||||
small_blind=float2int(smallBlindLine[pos:])
|
||||
|
||||
Reference in New Issue
Block a user