khazhyk / osuapi

Simple osu api wrapper that I can use with both requests and aiohttp
http://osuapi.readthedocs.io/en/latest/index.html
MIT License
16 stars 8 forks source link

(#27): Make diff_aim and diff_speed Nullable #28

Closed YaLTeR closed 5 years ago

YaLTeR commented 5 years ago

They don't exist on mania beatmaps. Fixes #27.

A test would be nice too.

khazhyk commented 5 years ago

Could you add a test using the map you noted from issue #27 ?

YaLTeR commented 5 years ago

Done.

khazhyk commented 5 years ago

thanks