Delay getting game type to support mixed games.

This commit is contained in:
Ray 2009-03-05 20:10:56 -05:00
parent e9861e18c8
commit baa8d145ae

View File

@ -22,6 +22,7 @@ import fpdb_save_to_db
#parses a holdem hand
def mainParser(backend, db, cursor, site, category, hand):
category=fpdb_simple.recogniseCategory(hand[0])
if (category=="holdem" or category=="omahahi" or category=="omahahilo"):
base="hold"
else: