fix typo
This commit is contained in:
parent
5b532180a3
commit
c6179a1b85
|
@ -24,7 +24,7 @@ import fpdb_save_to_db
|
|||
def mainParser(backend, db, cursor, site, category, hand, config):
|
||||
category = fpdb_simple.recogniseCategory(hand[0])
|
||||
|
||||
base = "hold" if category == "holdem" or category == "omahahi" or ctegory == "omahahilo" else "stud"
|
||||
base = "hold" if category == "holdem" or category == "omahahi" or category == "omahahilo" else "stud"
|
||||
|
||||
#part 0: create the empty arrays
|
||||
lineTypes = [] #char, valid values: header, name, cards, action, win, rake, ignore
|
||||
|
|
Loading…
Reference in New Issue
Block a user