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

rate argument only accepts integers #49

Open
millardjk opened this issue Aug 18, 2017 · 1 comment
Open

rate argument only accepts integers #49

millardjk opened this issue Aug 18, 2017 · 1 comment

Comments

@millardjk
Copy link

The underlying python time.sleep() method accepts a float, giving you more resolution that 1s. However, the argument was typed as int, so sub-second rates (eg, 0.5 or 0.2) which may be slow enough for the API while still being significantly faster than 1s cannot be utilized.

@neiaberau
Copy link

well actually It looks to me, as this this has already been addressed:
#37

however, as there is no activity by the orignal developers, meaning pull requests are ignored,
the source has not been changed to include this, you will have to do it by yourself

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