KSoft-Si / ksoftapi.py

Official API Wrapper for KSoft.Si API
https://api.ksoft.si/
GNU General Public License v3.0
31 stars 9 forks source link

Treat 404 errors as a valid response. #12

Closed uKaigo closed 3 years ago

uKaigo commented 3 years ago

This fixes a bug where NoResults is never raised, since APIError is raised first.