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 has been archived by the owner on Aug 29, 2019. It is now read-only.
I have a simple loop like so:
which is constantly rate limited because the library is making requests too quickly.
I'm having to either resort so some ugly monkey patching:
or adding a delay at perhaps
i % 100
.Any better solutions?
The text was updated successfully, but these errors were encountered: