diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py index b9a4acb5..72028d30 100644 --- a/pyfpdb/Database.py +++ b/pyfpdb/Database.py @@ -2210,6 +2210,9 @@ class Database: hc['position'] = pos[pdata[p]['position']] hc['tourneyTypeId'] = pdata[p]['tourneyTypeId'] hc['styleKey'] = styleKey + for i in range(len(line)): + if line[i]: line[i] = 1 + else: line[i] = 0 hc['line'] = line hc['game'] = [hc['gametypeId'] ,hc['playerId']