mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
disable https because the server requests a client certificate
This commit is contained in:
parent
135f208cf4
commit
1b19382887
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue