add a couple of missing commas
This commit is contained in:
parent
4a12d5e9a7
commit
b2ee8fa0ce
|
@ -55,8 +55,8 @@ class Everleaf(HandHistoryConverter):
|
||||||
self.re_SitsOut = re.compile(r"^%s sits out" % player_re, re.MULTILINE)
|
self.re_SitsOut = re.compile(r"^%s sits out" % player_re, re.MULTILINE)
|
||||||
|
|
||||||
def readSupportedGames(self):
|
def readSupportedGames(self):
|
||||||
return [["ring", "hold", "nl"]
|
return [["ring", "hold", "nl"],
|
||||||
["ring", "hold", "pl"]
|
["ring", "hold", "pl"],
|
||||||
["ring", "omaha", "pl"]
|
["ring", "omaha", "pl"]
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user