Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. ws.send(json.dumps(subscribe_request))
  2. response = json.loads(ws.recv())
  3. print(response)
  4.  
  5. data = json.loads(ws.recv())
  6. print(data)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement