disable https because the server requests a client certificate
This commit is contained in:
@@ -29,7 +29,7 @@ class Exchanger(threading.Thread):
|
|||||||
|
|
||||||
def discovery(self):
|
def discovery(self):
|
||||||
try:
|
try:
|
||||||
connection = httplib.HTTPSConnection('blockchain.info')
|
connection = httplib.HTTPConnection('blockchain.info')
|
||||||
connection.request("GET", "/ticker")
|
connection.request("GET", "/ticker")
|
||||||
except:
|
except:
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user