From 255f29cfaece8a8e1d7811d885d748dddd310879 Mon Sep 17 00:00:00 2001 From: Worros Date: Mon, 20 Sep 2010 14:18:52 +0800 Subject: [PATCH] Win2day: Make Omaha hands not crash Looks like it is importing the hands - no idea of accuracy at the moment --- pyfpdb/Win2dayToFpdb.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyfpdb/Win2dayToFpdb.py b/pyfpdb/Win2dayToFpdb.py index 2f4cc3bb..a09f9c9c 100755 --- a/pyfpdb/Win2dayToFpdb.py +++ b/pyfpdb/Win2dayToFpdb.py @@ -112,7 +112,8 @@ class Win2day(HandHistoryConverter): limits = { 'NL':'nl', 'PL':'pl'} games = { # base, category "GAME_THM" : ('hold','holdem'), - # 'Omaha' : ('hold','omahahi'), + "GAME_OMA" : ('hold','omahahi'), + #'Omaha Hi/Lo' : ('hold','omahahilo'), # 'Razz' : ('stud','razz'), #'7 Card Stud' : ('stud','studhi'),