From 1b19382887c6c8f60cd98ed2b0ee8e334274362b Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 24 Feb 2013 08:21:42 +0100 Subject: [PATCH] disable https because the server requests a client certificate --- lib/exchange_rate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/exchange_rate.py b/lib/exchange_rate.py index dc6ad13a..c9cd7a79 100644 --- a/lib/exchange_rate.py +++ b/lib/exchange_rate.py @@ -29,7 +29,7 @@ class Exchanger(threading.Thread): def discovery(self): try: - connection = httplib.HTTPSConnection('blockchain.info') + connection = httplib.HTTPConnection('blockchain.info') connection.request("GET", "/ticker") except: return