You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from mfabrik.zoho.crm import CRM crm = CRM(authtoken=settings.ZOHO_AUTHTOKEN, scope='crmapi')
...I get this error:
TypeError: __init__() got an unexpected keyword argument 'authtoken'
I can't find this parameter in the code, so I suspect it was deleted, or never added. In any case, is it possible to access the CRM without providing the password in the code?
The text was updated successfully, but these errors were encountered:
If I run the following code from the README...
from mfabrik.zoho.crm import CRM
crm = CRM(authtoken=settings.ZOHO_AUTHTOKEN, scope='crmapi')
...I get this error:
TypeError: __init__() got an unexpected keyword argument 'authtoken'
I can't find this parameter in the code, so I suspect it was deleted, or never added. In any case, is it possible to access the CRM without providing the password in the code?
The text was updated successfully, but these errors were encountered: