Hey guys,
Bug:
Via websocket I use the command api|get_points|:user
The documentation tells me that an example response could look like this:
{
"function": "get_points",
"param": "expertsonline",
"msg": "720.00"
}
Problem is, the msg of the response I receive is: "msg": "720,00"
My question: Is this a localization (the deepbot I am connected to is in the eu) or is it a deepbot bug or wrongly written in the api?
Or do I have to consider both cases (I am connected via Java and Double.parseDouble('720,00') results in an error). Replacing the "," is no problem, but it seems like a bug to me.
Greets Mappo