Spaces:
Runtime error
Runtime error
Update app.py
#5
by
nagasurendra
- opened
app.py
CHANGED
@@ -10,7 +10,9 @@ SF_PASSWORD = os.getenv("SF_PASSWORD", " Sati@1020")
|
|
10 |
SF_SECURITY_TOKEN = os.getenv("SF_SECURITY_TOKEN", "sSSjyhInIsUohKpG8sHzty2q")
|
11 |
|
12 |
# Connect to Salesforce
|
13 |
-
sf = Salesforce(username=
|
|
|
|
|
14 |
|
15 |
@app.route("/menu", methods=["GET"])
|
16 |
def menu():
|
|
|
10 |
SF_SECURITY_TOKEN = os.getenv("SF_SECURITY_TOKEN", "sSSjyhInIsUohKpG8sHzty2q")
|
11 |
|
12 |
# Connect to Salesforce
|
13 |
+
sf = Salesforce(username='[email protected]',
|
14 |
+
password='Lavanyanaga@123',
|
15 |
+
security_token='z7Wvk6mys7n8XjqbYKf3bwBh7')
|
16 |
|
17 |
@app.route("/menu", methods=["GET"])
|
18 |
def menu():
|