commit 21121297032f55c273bd8cda779c778afcd73917 parent 4f78b5365b03b1a108bc3678473cfeb39c9ae47d Author: ThomasV <thomasv@gitorious> Date: Sat, 14 Dec 2013 07:53:25 +0100 fix space Diffstat:
M | plugins/exchange_rate.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py @@ -62,7 +62,7 @@ class Exchanger(threading.Thread): except KeyError: pass self.parent.set_currencies(quote_currencies) - # print "updating exchange rate", self.quote_currencies["USD"] + # print "updating exchange rate", self.quote_currencies["USD"] def get_currencies(self):