Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Solcast API no longer reports api usage
Solcast have removed the function to check the users daily limit and consumed api calls - it now just returns a 405 error which results in a nonetype subcriptable error. A constant has been added _API_LIMIT which contains the number of api limit for the user - this defaults to 10 as that is the most likely limit, but the constant can be changed to 50 if the account supports it.
- Loading branch information