This repository was archived by the owner on Oct 9, 2019. It is now read-only.

Description
When getsinglemarketdata errors, it returns a succesfull=1 while something went wrong, giving the user a wrong impression about the succesfullness of the request.
Possible fixes:
- if API returns a False, but succesful is set to 1, set it back to 0 and return that to the user (hackish, but works)
- throw an exception when the API returns a False (nicer, IMHO)