Browse Source

Set default exchange to Blockchain.info

set default exchange to Blockchain.info, which will force the config to
be updated if the exchange is changed.
283
Michael Wozniak 11 years ago
parent
commit
fd6c6f209a
  1. 2
      plugins/exchange_rate.py

2
plugins/exchange_rate.py

@ -192,7 +192,7 @@ class Plugin(BasePlugin):
def on_change_ex(x):
cur_request = str(self.exchanges[x])
if cur_request != self.config.get('use_exchange', "CoinDesk"):
if cur_request != self.config.get('use_exchange', "Blockchain"):
self.config.set_key('use_exchange', cur_request, True)
self.win.update_status()

Loading…
Cancel
Save