OpenXbox / xbox-webapi-python

A python library to authenticate with Xbox Live via your Microsoft Account and provides Xbox related Web-API.
https://pypi.python.org/pypi/xbox-webapi
MIT License
177 stars 45 forks source link

Make colors optional. Some users don't have any values for these. #75

Closed Tiffinini closed 1 year ago

Tiffinini commented 2 years ago

Several users I have encountered have None values set for their color options. I have made these optional in the PeopleResponse model to fix this. Sending fix upstream for consideration.