|
|
|
@ -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 |
|
|
|
|