Browse Source

fix space

master
ThomasV 12 years ago
parent
commit
2112129703
  1. 2
      plugins/exchange_rate.py

2
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):

Loading…
Cancel
Save