We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using the library i noticed that caveira's dictionary in load_all_operators is always zero in all statistics this is the dictionary:
{ 'dbnos': 0, 'deaths': 0, 'headshots': 0, 'kills': 0, 'losses': 0, 'melees': 0, 'name': 'caveira', 'statistic': 0, 'statistic_name': 'Interrogations', 'time_played': 0, 'wins': 0, 'xp': 0 }
The text was updated successfully, but these errors were encountered:
Same here, tried a few methods to fetch her stats with the API and always got 0
Sorry, something went wrong.
The only thing I can think of is her internal API name has changed or something, I'll check when I get some time
Will check this later once the new changes are merged, I imagine this will be fixed
No branches or pull requests
using the library i noticed that caveira's dictionary in load_all_operators is always zero in all statistics
this is the dictionary:
The text was updated successfully, but these errors were encountered: