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

Dividing --sleep (ms) by 1000 to get sec value #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Chocolatbuddha
Copy link

The value of the -o/--sleep param (in milliseconds) was copied without changes to the variable holding the seconds in the struct.
The correct conversion was present in 0.9.6 but was lost somewhere between 0.9.6 and 0.9.8.
The fix adds the division by 1000 again to get the seconds from the milliseconds.

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

Successfully merging this pull request may close these issues.

1 participant