Accessing AMI using Python/Flask to calculate call duration and limit

Now I monitored the CLI and I got to find out it is omitting the first argument which is the limit. So it just put a space instead of the variable followed by the colon.

L(:60000:10000)

But when I hard coded it this way

L(120000:60000:10000)

Maybe I have to see what is happening with the variable