shrimpy-python
shrimpy-python copied to clipboard
client.subscribe(subscribe_data, handler) not printing
Hi,
I am trying to follow the websocket price ticker Python example here: https://blog.shrimpy.io/blog/how-to-make-a-crypto-trading-bot-using-python But upon running client.subscribe(subscribe_data, handler), nothing was printed to the console. I noticed that client.connect() doesn't return any promise. I am not sure if this is the root of the problem and how to fix it.
Any advice will be greatly appreciated.