Browse Source

Merge branch 'chaz'

Conflicts:
	pyfpdb/Configuration.py
master
Steffen Schaumburg 13 years ago
parent
commit
f68748fc76
  1. 4
      pyfpdb/Database.py

4
pyfpdb/Database.py

@ -2211,8 +2211,8 @@ class Database:
hc['tourneyTypeId'] = pdata[p]['tourneyTypeId']
hc['styleKey'] = styleKey
for i in range(len(line)):
if line[i]: line[i] = 1
else: line[i] = 0
if line[i]==True: line[i] = 1
if line[i]==False: line[i] = 0
hc['line'] = line
hc['game'] = [hc['gametypeId']
,hc['playerId']

Loading…
Cancel
Save