danpaquin / coinbasepro-python

The unofficial Python client for the Coinbase Pro API
MIT License
1.82k stars 740 forks source link

creates channels attributes based on products attribute #393

Closed adrielvieira closed 4 years ago

adrielvieira commented 4 years ago

While starting a web socket connector, a error has been being raised regarding the lack of channels to subscribe to. I have added one line that creates a channel list based on self.products.

danpaquin commented 4 years ago

Thank you!