Merge branch 'chaz'
Conflicts: pyfpdb/Configuration.py
This commit is contained in:
commit
f68748fc76
|
@ -2211,8 +2211,8 @@ class Database:
|
||||||
hc['tourneyTypeId'] = pdata[p]['tourneyTypeId']
|
hc['tourneyTypeId'] = pdata[p]['tourneyTypeId']
|
||||||
hc['styleKey'] = styleKey
|
hc['styleKey'] = styleKey
|
||||||
for i in range(len(line)):
|
for i in range(len(line)):
|
||||||
if line[i]: line[i] = 1
|
if line[i]==True: line[i] = 1
|
||||||
else: line[i] = 0
|
if line[i]==False: line[i] = 0
|
||||||
hc['line'] = line
|
hc['line'] = line
|
||||||
hc['game'] = [hc['gametypeId']
|
hc['game'] = [hc['gametypeId']
|
||||||
,hc['playerId']
|
,hc['playerId']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user