Bug in Python SDK

Bug in Python SDK

there is a code change required in a python environment class:
class INDataCenter(DataCenter): """ This class represents the properties of Zoho CRM in IN Domain. """ @classmethod def PRODUCTION(cls): """ This method represents the Zoho CRM Production environment in IN domain :return: An instance of Environment """ return DataCenter.Environment("https://www.zohoapis.in", cls().get_iam_url(), cls().get_file_upload_url(), "in_prd")
"in_prd" is missing in Environment for India apis
but this is required else will throw error