I am using the websocket-client Python Package. This works fine. But when I send messages to the server the client prints this message to stdout. Is there a possibility to disable this?
1 Answer
websocket.enableTrace(False) solved this.
1 Comment
ohmu
Since you answered your own question, please remember to accept your answer after the 48 hour waiting period has passed.