You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2019. It is now read-only.
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)