Grapher, Configuration: Fix whitespace breakage.
This commit is contained in:
parent
2e2317d73f
commit
3ecd014e0d
|
@ -600,7 +600,7 @@ class GUICashStats(list):
|
|||
[u'variance', u'Variance', True, True, u'%5.2f', u'str', 1.0]
|
||||
]
|
||||
for col in defaults:
|
||||
self.append (col)
|
||||
self.append (col)
|
||||
|
||||
# def __str__(self):
|
||||
# s = ""
|
||||
|
|
|
@ -157,7 +157,7 @@ class GuiGraphViewer (threading.Thread):
|
|||
for site in sites:
|
||||
if sites[site] == True:
|
||||
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)
|
||||
if result is not None:
|
||||
playerids.append(int(result))
|
||||
|
|
Loading…
Reference in New Issue
Block a user