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:
parent
482ad798aa
commit
89fde673e2
|
@ -73,6 +73,8 @@ class Everleaf(HandHistoryConverter):
|
||||||
structure = "nl"
|
structure = "nl"
|
||||||
elif m.group('LTYPE') == "PL":
|
elif m.group('LTYPE') == "PL":
|
||||||
structure = "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":
|
if m.group('GAME') == "Hold\'em":
|
||||||
game = "hold"
|
game = "hold"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user