Pranay25 commited on
Commit
2db8cae
·
verified ·
1 Parent(s): 14f28f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -73,9 +73,9 @@ def interact_with_salesforce(attributes):
73
  try:
74
  # Initialize Salesforce connection
75
  sf = Salesforce(
76
- SALESFORCE_USERNAME = "sathkruthatech@hms.com"
77
- SALESFORCE_PASSWORD = "Hms@2025"
78
- SALESFORCE_SECURITY_TOKEN = "5W0grf0aX0M9cD3yDZ2C5F"
79
  domain="test" # Set for sandbox instance
80
  )
81
 
 
73
  try:
74
  # Initialize Salesforce connection
75
  sf = Salesforce(
76
+ SALESFORCE_USERNAME = sathkruthatech@hms.com,
77
+ SALESFORCE_PASSWORD = Hms@2025,
78
+ SALESFORCE_SECURITY_TOKEN = 5W0grf0aX0M9cD3yDZ2C5F,
79
  domain="test" # Set for sandbox instance
80
  )
81