I have the API working well in Python however some of the values are being rounded up. For example, 'Token' and 'Arena3x3Token' are being rounded up to 1.0 when it is still 0 in game (and showing time remaining before 'refill').
The values for these fields are also ALWAYS rounded to the nearest whole number (ie 0.0, 1.0, 2.0, etc).
Is this intended or is there an option to obtain accuracy to 1 decimal place (ie 0.9 instead of 1.0)?
I have the API working well in Python however some of the values are being rounded up. For example, 'Token' and 'Arena3x3Token' are being rounded up to 1.0 when it is still 0 in game (and showing time remaining before 'refill').
The values for these fields are also ALWAYS rounded to the nearest whole number (ie 0.0, 1.0, 2.0, etc).
Is this intended or is there an option to obtain accuracy to 1 decimal place (ie 0.9 instead of 1.0)?