URI: 
       tMerge branch 'master' of git://github.com/spesmilo/electrum - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit ac4a522289d017e1ac73da17a783cc7917fc672a
   DIR parent 70a638a7c3cb81f3a6e2c0fae3c9aeb9fdad28d5
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Mon, 28 Apr 2014 17:31:04 +0200
       
       Merge branch 'master' of git://github.com/spesmilo/electrum
       
       Diffstat:
         M plugins/exchange_rate.py            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/plugins/exchange_rate.py b/plugins/exchange_rate.py
       t@@ -430,12 +430,12 @@ class Plugin(BasePlugin):
                        cur_currency = self.config.get('currency', "EUR")
                        if cur_currency == "VEF":
                            try:
       -                        resp_hist = self.exchanger.get_json('api.bitcoinvenezuela.com', "/historical/index.php")['VEF_BTC']
       +                        resp_hist = self.exchanger.get_json('api.bitcoinvenezuela.com', "/historical/index.php?coin=BTC")['VEF_BTC']
                            except Exception:
                                return
                        elif cur_currency == "ARS":
                            try:
       -                        resp_hist = self.exchanger.get_json('api.bitcoinvenezuela.com', "/historical/index.php")['ARS_BTC']
       +                        resp_hist = self.exchanger.get_json('api.bitcoinvenezuela.com', "/historical/index.php?coin=BTC")['ARS_BTC']
                            except Exception:
                                return
                        else: