Grapher, Configuration: Fix whitespace breakage.

This commit is contained in:
Worros 2010-10-06 10:53:07 +08:00
parent 2e2317d73f
commit 3ecd014e0d
2 changed files with 2 additions and 2 deletions

View File

@ -600,7 +600,7 @@ class GUICashStats(list):
[u'variance', u'Variance', True, True, u'%5.2f', u'str', 1.0] [u'variance', u'Variance', True, True, u'%5.2f', u'str', 1.0]
] ]
for col in defaults: for col in defaults:
self.append (col) self.append (col)
# def __str__(self): # def __str__(self):
# s = "" # s = ""

View File

@ -157,7 +157,7 @@ class GuiGraphViewer (threading.Thread):
for site in sites: for site in sites:
if sites[site] == True: if sites[site] == True:
sitenos.append(siteids[site]) sitenos.append(siteids[site])
_hname = Charset.to_utf8(heroes[site]) _hname = Charset.to_utf8(heroes[site])
result = self.db.get_player_id(self.conf, site, _hname) result = self.db.get_player_id(self.conf, site, _hname)
if result is not None: if result is not None:
playerids.append(int(result)) playerids.append(int(result))