From 5aecfb8e30d00100465beb8a66c20418da6dcd0d Mon Sep 17 00:00:00 2001 From: Worros Date: Mon, 23 Feb 2009 19:24:21 +0900 Subject: [PATCH] Oops. fix syntax error --- pyfpdb/FulltiltToFpdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/FulltiltToFpdb.py b/pyfpdb/FulltiltToFpdb.py index 62685042..ef50c518 100755 --- a/pyfpdb/FulltiltToFpdb.py +++ b/pyfpdb/FulltiltToFpdb.py @@ -52,7 +52,7 @@ class FullTilt(HandHistoryConverter): def readSupportedGames(self): return [["ring", "hold", "nl"], - ["ring", "hold", "pl"] + ["ring", "hold", "pl"], ["ring", "omaha", "pl"] ]