First time here? Check out the FAQ!
answered 2020-09-13 13:37:47 -0600
The problem is, do not use positional arguments. Use named arguments. I had the same problem. THere is some discrepancy in the parameters order in some versions and your minLenght is not being bound to any parameter.