shadowk29 / BinanceBalance

Simple graphical interface to facilitate balancing of user-defined cryptocurrency portfolio on Binance. This is in no way affiliated with Binance.
MIT License
8 stars 5 forks source link

The websockets doesnt run. #2

Closed freskpe closed 5 years ago

freskpe commented 5 years ago

Hi shadowk29, thank you for your work! i found a bug in your code. the line 289 (bm.start()) have to be moved to line 298 (before self.parent.after_idle(self.parent.after,1,self.process_queue) or your code donesnt run the websockets.

shadowk29 commented 5 years ago

Strange, it seems to work for me as is. Can you post the error you get?

Thanks for letting me know. I will take a look tomorrow.

freskpe commented 5 years ago

Im no getting a error, simply do not update the data and interface but after change the lines the program run perfect. Im using python 3 on linux.

shadowk29 commented 5 years ago

Must be a python 3 thing, I'm running 2.7. I will play with it tomorrow. Thanks!

On Sun, Feb 24, 2019 at 2:33 PM freskpe notifications@github.com wrote:

Im no getting a error, simply do not update the data and interface but after change the lines the program run perfect. Im using python 3 on linux.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/shadowk29/BinanceBalance/issues/2#issuecomment-466808731, or mute the thread https://github.com/notifications/unsubscribe-auth/AF_-4bJjvviRGqFd4AcDBxTt5Gyxmi18ks5vQujwgaJpZM4bOotL .