BiryaniHub_Voice / salesforce.py
DSatishchandra's picture
Update salesforce.py
d146930 verified
raw
history blame
214 Bytes
from simple_salesforce import Salesforce
def get_sf_client():
return Salesforce(
username='[email protected]',
password='Sati@1020',
security_token='sSSjyhInIsUohKpG8sHzty2q'
)