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
The title says it all.
If I remember well I've already faced twice problems related to the fact you're using, for example
for x in rgInventory.keys():
Without thinking about the fact rgInventory could be [].
That would be great if you could fix that (since I don't know every where it can happen in the code).
The text was updated successfully, but these errors were encountered:
Inventories are going to be recoded so I won't be fixing this for now. But if you look at the code here: https://github.com/DrBomb/python-steamcommunity/blob/master/SteamInventory.py#L48 You will see that if a inventory is empty the respective dictionary entry should be an empty dictionary
Sorry, something went wrong.
No branches or pull requests
The title says it all.
If I remember well I've already faced twice problems related to the fact you're using, for example
Without thinking about the fact rgInventory could be [].
That would be great if you could fix that (since I don't know every where it can happen in the code).
The text was updated successfully, but these errors were encountered: