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:
sqlcoder 2010-02-24 21:25:19 +00:00
parent 09801cd00e
commit 6ac76d2d9b

View File

@ -520,7 +520,7 @@ class GuiPlayerStats (threading.Thread):
blindtest = str(tuple(nolims))
blindtest = blindtest.replace("L", "")
blindtest = blindtest.replace(",)",")")
bbtest = bbtest + blindtest + ' ) ) )'
bbtest = bbtest + blindtest + ' ) )'
else:
bbtest = bbtest + '(-1) ) )'
if type == 'ring':