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

Strange get_contrib_count (and probably others) behavior with slightly incorrect names #55

Closed
elifoster opened this issue Mar 8, 2017 · 0 comments

Comments

@elifoster
Copy link
Member

For example (FTB), get_contrib_count('ImmortalPharaoh7') returns the expected data, get_contrib_count('ImmortalPharaoh7 ') throws an error. get_userlists('editcount', 'ImmortalPharaoh7 ') returns the expected data. However, because get_contrib_count, and likely others, check for username equality its find call does not return anything. I'm not sure how we could handle this without sacrificing data accuracy.

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