1
0

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.
This commit is contained in:
Michael Wozniak
2014-03-02 12:37:14 -05:00
parent 746cf6f7f3
commit fd6c6f209a

View File

@@ -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()