Getting decimal integer error on calling thefirstock.firstock_login

I started getting the below error from today morning in python API while logging in.
Until yesterday this was working fine. I am a regular user.
Error:
“leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers (, line 33)”

using below call
login = thefirstock.firstock_login(
userId=‘’,
password=‘’,
TOTP=,
vendorCode=‘’,
apiKey=‘’,
)
Any suggestions ?

Hi Akshay_C,

There was a issue from our side and we have fixed it. Please try again and revert back if the same error occurs. Thank you for your patience.

Thanks Team ,
it works now