LostPy / osu-api.py

A small module to get informations with osu!api
MIT License
2 stars 0 forks source link

"mode" doesnt work #6

Closed Raregendary closed 2 years ago

Raregendary commented 2 years ago

image image

The value was "mode" but no matter what i inputed it didnt work, so checked the api v1 documentation and there its listed as "m" https://github.com/ppy/osu-api/wiki Switched it to m and it started working

in function get_beatmaps in apiV1.py image

LostPy commented 2 years ago

thanks for report and sorry for the late reply, I will fix this issue