10-26-2013, 08:02 PM
I had the same problem in other parts of the code today,
in that case it was that the default value was set to an integer and not an float.
You can convert it with float(Integer)
in that case it was that the default value was set to an integer and not an float.
You can convert it with float(Integer)