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

Add handling of zero data returned on api calls #29

Closed gavinIRL closed 3 years ago

gavinIRL commented 3 years ago

Add handling of zero data returned on api calls due to 404/418/429 errors, etc. A simple "return False" and "if data" should suffice