Don't try to find out blinds for stud games.
This commit is contained in:
parent
a3cab472b1
commit
519494878e
|
@ -181,7 +181,7 @@ class PokerStars(HandHistoryConverter):
|
|||
else:
|
||||
info['type'] = 'tour'
|
||||
|
||||
if info['limitType'] == 'fl' and info['bb'] != None and info['type'] == 'ring':
|
||||
if info['limitType'] == 'fl' and info['bb'] is not None and info['type'] == 'ring' and info['base'] != 'stud':
|
||||
info['sb'] = Lim_Blinds[mg['BB']][0]
|
||||
info['bb'] = Lim_Blinds[mg['BB']][1]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user