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

After one interval, or cycle of requests the bot exits and is deleted. #3

Closed
dgisolfi opened this issue Jan 14, 2019 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@dgisolfi
Copy link
Owner

The loop is being exited preemptively before being forced to be disabled or hitting the desired requests limit.

@dgisolfi dgisolfi added the bug Something isn't working label Jan 14, 2019
@dgisolfi dgisolfi self-assigned this Jan 14, 2019
@dgisolfi
Copy link
Owner Author

This may have to do with the keyword argument desired_reqs that should mean the total number of requests to be completed by the bot is being referred to as reqs(an old variable name) in the kwargs list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant