fpdb_parse_logic: fix possible breakage i might've made to tournament parse
fpdb_simple: more usage of 'any' operator where appropriate
This commit is contained in:
@@ -141,8 +141,7 @@ def mainParser(backend, db, cursor, site, category, hand, config):
|
||||
, actionTypes, actionAmounts, antes)
|
||||
|
||||
if isTourney:
|
||||
ranks = []
|
||||
map(lambda x: 0, names) # create an array of 0's equal to the length of names
|
||||
ranks = map(lambda x: 0, names) # create an array of 0's equal to the length of names
|
||||
payin_amounts = fpdb_simple.calcPayin(len(names), buyin, fee)
|
||||
|
||||
if base == "hold":
|
||||
|
||||
Reference in New Issue
Block a user