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

Add language and include_extended_appinfo kwargs to GetOwnedGames #1

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

Nixellion
Copy link
Contributor

It did not work and threw errors until I included these variables. It was failing to pass steam/webapi.py check of steam python library on line 309

            if not optional and name not in kwargs and name != 'key':
                raise ValueError("Method requires %s to be set" % repr(name))

It did not work and threw errors until I included these variables. It was failing to pass `steam/webapi.py` check of `steam` python library on line 309

```
            if not optional and name not in kwargs and name != 'key':
                raise ValueError("Method requires %s to be set" % repr(name))
```
@holocronweaver holocronweaver self-assigned this Nov 15, 2022
@holocronweaver
Copy link
Owner

Thanks for this! Tested working with latest steam library v1.4.3.

I'll add some version restrictions to the package so it doesn't keep breaking every time steam lib releases backwards incompatible changes.

@holocronweaver holocronweaver merged commit 33d747f into holocronweaver:master Nov 15, 2022
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.

2 participants