disable https because the server requests a client certificate

This commit is contained in:
ThomasV 2013-02-24 08:21:42 +01:00
parent 135f208cf4
commit 1b19382887
1 changed files with 1 additions and 1 deletions

View 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