remove earlier bracket change that screwed stats up - it seemed necessary then but I can't figure out why now
This commit is contained in:
parent
09801cd00e
commit
6ac76d2d9b
|
@ -520,7 +520,7 @@ class GuiPlayerStats (threading.Thread):
|
||||||
blindtest = str(tuple(nolims))
|
blindtest = str(tuple(nolims))
|
||||||
blindtest = blindtest.replace("L", "")
|
blindtest = blindtest.replace("L", "")
|
||||||
blindtest = blindtest.replace(",)",")")
|
blindtest = blindtest.replace(",)",")")
|
||||||
bbtest = bbtest + blindtest + ' ) ) )'
|
bbtest = bbtest + blindtest + ' ) )'
|
||||||
else:
|
else:
|
||||||
bbtest = bbtest + '(-1) ) )'
|
bbtest = bbtest + '(-1) ) )'
|
||||||
if type == 'ring':
|
if type == 'ring':
|
||||||
|
|
Loading…
Reference in New Issue
Block a user