Oops... Lookup is only for ring games....
This commit is contained in:
parent
6272c057b9
commit
aceb94d260
|
@ -181,7 +181,7 @@ class PokerStars(HandHistoryConverter):
|
|||
else:
|
||||
info['type'] = 'tour'
|
||||
|
||||
if info['limitType'] == 'fl' and info['bb'] != None:
|
||||
if info['limitType'] == 'fl' and info['bb'] != None and info['type'] == 'ring':
|
||||
info['sb'] = Lim_Blinds[mg['BB']][0]
|
||||
info['bb'] = Lim_Blinds[mg['BB']][1]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user