So i am currently working on a little project for which I need to calculate the max combo of all of my maps. First I thought of using the api and get the max combo by making a call for every map I have, but making a call for every ranked beatmap takes quite some time so I tried making a program to calculate the max combo of a map for me but my program isn't accurate enough and for some reason for some maps my calculated combo deviates by up to 30 from the combo I got from the api. Is there any other way I can get the max combo of a map using python?