acurtis166 / SPNKr

Python API for retrieving Halo Infinite multiplayer data
https://acurtis166.github.io/SPNKr/
MIT License
3 stars 2 forks source link

Fix SubTier values so they are parsed correctly. #10

Closed acurtis166 closed 11 months ago

acurtis166 commented 11 months ago

Sub tiers are represented in JSON payloads as a zero-based index. Also change SubTier class to inherit from Enum instead of IntEnum to avoid potential int comparison confusion.

Closes #9