Kotak-Neo / kotak-neo-api

113 stars 105 forks source link

Websocket response - how to get rid of "updates ....." from printing on stdout? #35

Closed AlbertBGeorge closed 1 year ago

AlbertBGeorge commented 1 year ago
image
syedasif11 commented 1 year ago

You can't do it from your own code. You will have to edit the Neo lib (modifying the lib is generally not recommended. I did it because it was too annoying). Navigate to: neo_api_client\HSWebSocketLib.py line 968 and comment it out.

AlbertBGeorge commented 1 year ago

@syedasif11 Thanks for the workaround.