Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ API_VERSION = "v60.0"
|
|
15 |
def get_salesforce_token():
|
16 |
data = {
|
17 |
"grant_type": "password",
|
18 |
-
CLIENT_ID
|
19 |
-
CLIENT_SECRET
|
20 |
"username": "[email protected]",
|
21 |
"password": "Vedavathi@04"
|
22 |
}
|
|
|
15 |
def get_salesforce_token():
|
16 |
data = {
|
17 |
"grant_type": "password",
|
18 |
+
"CLIENT_ID" : "3MVG9VMBZCsTL9hnfx2eVMOHa56mwSZnvuAnPr3kVVBEQfeLYvrSfJNRRjjSlKWPLy99XM6kefg=="
|
19 |
+
"CLIENT_SECRET" : "6F7E9C95CE20CC07FC1EBD39B34909739D99975A0EEB548240926EA0686E428E"
|
20 |
"username": "[email protected]",
|
21 |
"password": "Vedavathi@04"
|
22 |
}
|