Pranay25 commited on
Commit
cc217d5
·
verified ·
1 Parent(s): 833e1ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def interact_with_salesforce(attributes):
86
  username=SALESFORCE_USERNAME,
87
  password=SALESFORCE_PASSWORD,
88
  security_token=SALESFORCE_SECURITY_TOKEN,
89
- domain="test",
90
  version="60.0"
91
  )
92
  print(f"Successfully connected to Salesforce as {SALESFORCE_USERNAME}")
 
86
  username=SALESFORCE_USERNAME,
87
  password=SALESFORCE_PASSWORD,
88
  security_token=SALESFORCE_SECURITY_TOKEN,
89
+ domain="login",
90
  version="60.0"
91
  )
92
  print(f"Successfully connected to Salesforce as {SALESFORCE_USERNAME}")