disable https because the server requests a client certificate
authorThomasV <thomasv@gitorious>
Sun, 24 Feb 2013 07:21:42 +0000 (08:21 +0100)
committerThomasV <thomasv@gitorious>
Sun, 24 Feb 2013 07:21:42 +0000 (08:21 +0100)
lib/exchange_rate.py

index dc6ad13..c9cd7a7 100644 (file)
@@ -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