Metron-Project / Simyan

A Python wrapper for the Comicvine API.
https://pypi.org/project/simyan
GNU General Public License v3.0
11 stars 2 forks source link

All requests are rate limited #77

Closed Buried-In-Code closed 2 years ago

Buried-In-Code commented 2 years ago

Currently all requests cached or not are rate limited, the function call should be split so the cache can be checked without being rate limited.