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

Error in the range for tweet count (CLI parameter) #14

Closed
chrissimpkins opened this issue Aug 1, 2013 · 1 comment
Closed

Error in the range for tweet count (CLI parameter) #14

chrissimpkins opened this issue Aug 1, 2013 · 1 comment
Assignees

Comments

@chrissimpkins
Copy link
Collaborator

https://github.com/chrissimpkins/tweetledee/blob/master/tweetledee/favoritesjson.php#L104

if ($params['c'] > 0 && $params['c'] < 200)

should be:

if ($params['c'] > 0 && $params['c'] <= 200)

@ghost ghost assigned chrissimpkins Aug 1, 2013
chrissimpkins added a commit that referenced this issue Aug 5, 2013
@chrissimpkins
Copy link
Collaborator Author

fixed

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

No branches or pull requests

1 participant