From 3ecd014e0d16558617e4ed553d4906896486dea2 Mon Sep 17 00:00:00 2001 From: Worros Date: Wed, 6 Oct 2010 10:53:07 +0800 Subject: [PATCH] Grapher, Configuration: Fix whitespace breakage. --- pyfpdb/Configuration.py | 2 +- pyfpdb/GuiGraphViewer.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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))