activate PS draw tourneys (tested FL, assume PL/NL work since they apparently do in cash games)
This commit is contained in:
parent
1dd52fb885
commit
b258ae6258
|
@ -171,7 +171,11 @@ class PokerStars(HandHistoryConverter):
|
||||||
["tour", "hold", "fl"],
|
["tour", "hold", "fl"],
|
||||||
|
|
||||||
["tour", "stud", "fl"],
|
["tour", "stud", "fl"],
|
||||||
]
|
|
||||||
|
["tour", "draw", "fl"],
|
||||||
|
["tour", "draw", "pl"],
|
||||||
|
["tour", "draw", "nl"],
|
||||||
|
]
|
||||||
|
|
||||||
def determineGameType(self, handText):
|
def determineGameType(self, handText):
|
||||||
info = {}
|
info = {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user