导航

 
from websocket import create_connection
ws = create_connection("wss://ws.xxxxxxx.info/inv")
ws.send(str({"op":"unconfirmed_sub"}))
print("Receiving...")
result = ws.recv()
print(str(result))
posted on 2019-05-08 10:40  slqt  阅读(2177)  评论(0)    收藏  举报