Skip to content

Commit

Permalink
Make Inventories track the context id they were fetched from
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobot1234 committed Dec 29, 2022
1 parent 41bf33d commit 0771131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam/trade.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def __init__(
self._state = state
self.owner = owner
"""The owner of the inventory."""
self.app = PartialApp(state, id=app.id, name=app.name)
self.app = PartialApp(state, id=app.id, name=app.name, context_id=app.context_id)
"""The app the inventory belongs to."""
self._language = language
self._update(data)
Expand Down

0 comments on commit 0771131

Please sign in to comment.