Skip to content

Range check logic needs to be changed #6

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

Closed
caternuson opened this issue Jun 5, 2018 · 1 comment
Closed

Range check logic needs to be changed #6

caternuson opened this issue Jun 5, 2018 · 1 comment

Comments

@caternuson
Copy link

These:

if 0 < rate > 3:
if 0 < brightness > 15:

don't catch the negative number case.

@sommersoft
Copy link
Collaborator

Fixed by PR #7. Thanks for the find @caternuson!!!

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