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 ?