Lord Kebab

Results 4 comments of Lord Kebab

I like the level-2 feed to keep up with it. Here's what I'm doing: ```python import cbpro import os from colors import Colors class Client(cbpro.WebsocketClient): def on_open(self): # connection parameters...

I wouldn't put this into the library as it's an implementation of the library itself. Could be put into the README.md as an example, though.

When you create the client the default is sandbox=False (meaning it's live by default). Are you passing a True, perhaps?