DSatishchandra commited on
Commit
a57dd2c
·
verified ·
1 Parent(s): 8235662

Update salesforce.py

Browse files
Files changed (1) hide show
  1. salesforce.py +1 -1
salesforce.py CHANGED
@@ -8,7 +8,7 @@ def get_salesforce_connection():
8
  sf_token = os.getenv('SF_SECURITY_TOKEN')
9
 
10
  # Salesforce connection details
11
- sf = Salesforce(username='diggavalli98@gmail.com', password='Sati@1020', security_token='sSSjyhInIsUohKpG8sHzty2q')
12
 
13
 
14
  # Ensure the credentials are available
 
8
  sf_token = os.getenv('SF_SECURITY_TOKEN')
9
 
10
  # Salesforce connection details
11
+ #sf = Salesforce(username='diggavalli98@gmail.com', password='Sati@1020', security_token='sSSjyhInIsUohKpG8sHzty2q')
12
 
13
 
14
  # Ensure the credentials are available