kinnay / NintendoClients

Python package to communicate with Switch, Wii U and 3DS servers
MIT License
558 stars 68 forks source link

Fix ResultRange to be loadable #12

Closed tenda-gumi closed 5 years ago

tenda-gumi commented 5 years ago

Previously, it required extra positional arguments in its constructor. Made those optional, and added a load() method.