Closed Phxntxm closed 7 years ago
Casing to int in the call to request might be better e.g., include_converted is still True or False, but then cast to int
int(False) == 0, int(True) == 1
Very true, I can see the use of that, changed it to be a cast
As per the OSU API: https://github.com/ppy/osu-api/wiki#parameters
This variable is to be
0
or1
, and with the current version of aiohttp,False
cannot be passed here.