gavinIRL / DCW

DesktopCryptoWatcher - Basic desktop GUI to pull and store data from public API(s), and create and evaluate ping-pong trading bots.
MIT License
0 stars 0 forks source link

Eliminate exception thrown when object is destroyed before thread finishes #15

Closed gavinIRL closed 3 years ago

gavinIRL commented 3 years ago

Remove error thrown when object is destroyed before thread finishes. Need to check if the object or parent object still exists before trying to change it, otherwise there can be a lot of errors thrown, none necessarily fatal.