Update app.py
Browse files
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="
|
| 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}")
|