Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,10 +5,9 @@ import os
|
|
| 5 |
app = Flask(__name__)
|
| 6 |
|
| 7 |
# Salesforce credentials
|
| 8 |
-
SF_USERNAME = os.getenv("SF_USERNAME", "
|
| 9 |
-
SF_PASSWORD = os.getenv("SF_PASSWORD", "
|
| 10 |
-
SF_SECURITY_TOKEN = os.getenv("SF_SECURITY_TOKEN", "
|
| 11 |
-
|
| 12 |
# Connect to Salesforce
|
| 13 |
sf = Salesforce(username='surendra@sathkrutha.com',
|
| 14 |
password='Lavanyanaga@123',
|
|
|
|
| 5 |
app = Flask(__name__)
|
| 6 |
|
| 7 |
# Salesforce credentials
|
| 8 |
+
SF_USERNAME = os.getenv("SF_USERNAME", " diggavalli98@gmail.com")
|
| 9 |
+
SF_PASSWORD = os.getenv("SF_PASSWORD", " Sati@1020")
|
| 10 |
+
SF_SECURITY_TOKEN = os.getenv("SF_SECURITY_TOKEN", "sSSjyhInIsUohKpG8sHzty2q")
|
|
|
|
| 11 |
# Connect to Salesforce
|
| 12 |
sf = Salesforce(username='surendra@sathkrutha.com',
|
| 13 |
password='Lavanyanaga@123',
|