activate PS draw tourneys (tested FL, assume PL/NL work since they apparently do in cash games)

This commit is contained in:
Steffen Schaumburg 2010-11-09 23:18:44 +01:00
parent 1dd52fb885
commit b258ae6258

View File

@ -171,7 +171,11 @@ class PokerStars(HandHistoryConverter):
["tour", "hold", "fl"],
["tour", "stud", "fl"],
]
["tour", "draw", "fl"],
["tour", "draw", "pl"],
["tour", "draw", "nl"],
]
def determineGameType(self, handText):
info = {}