should detect FL games (need to implement way to actually not continue processing FL since we don't support it currently)

This commit is contained in:
eblade 2009-02-22 18:03:19 -05:00
parent 482ad798aa
commit 89fde673e2

View File

@ -73,6 +73,8 @@ class Everleaf(HandHistoryConverter):
structure = "nl"
elif m.group('LTYPE') == "PL":
structure = "pl"
else:
structure = "fl" # we don't support it, but there should be how to detect it at least.
if m.group('GAME') == "Hold\'em":
game = "hold"