Oops. fix syntax error

This commit is contained in:
Worros 2009-02-23 19:24:21 +09:00
parent 1c1adfaf08
commit 5aecfb8e30

View File

@ -52,7 +52,7 @@ class FullTilt(HandHistoryConverter):
def readSupportedGames(self):
return [["ring", "hold", "nl"],
["ring", "hold", "pl"]
["ring", "hold", "pl"],
["ring", "omaha", "pl"]
]