Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to adjust the wait time between requests? #36

Open
hanthecat opened this issue Jan 4, 2021 · 2 comments
Open

Is there a way to adjust the wait time between requests? #36

hanthecat opened this issue Jan 4, 2021 · 2 comments

Comments

@hanthecat
Copy link

I am getting the following error:

Error Adding items to watchlist: 429 [AUTHED_API_POST_LIMIT rate limit exceeded. Please wait 1 seconds then retry your request.]

@hanthecat
Copy link
Author

I added "import time" at the top and then added "time.sleep(1)" in the loop.
Seems to be working fine now.

@entrapta-dev
Copy link

I added "import time" at the top and then added "time.sleep(1)" in the loop.
Seems to be working fine now.

This fixed the issue I was having. Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants