diff --git a/pyfpdb/Configuration.py b/pyfpdb/Configuration.py index 76f343e6..7751feae 100644 --- a/pyfpdb/Configuration.py +++ b/pyfpdb/Configuration.py @@ -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 = "" diff --git a/pyfpdb/GuiGraphViewer.py b/pyfpdb/GuiGraphViewer.py index e3a8402d..443d65aa 100644 --- a/pyfpdb/GuiGraphViewer.py +++ b/pyfpdb/GuiGraphViewer.py @@ -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))