Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ CLIENT_ID = "3MVG9VMBZCsTL9hnfx2eVMOHa56mwSZnvuAnPr3kVVBEQfeLYvrSfJNRRjjSlKWPLy9
|
|
7 |
CLIENT_SECRET = "6F7E9C95CE20CC07FC1EBD39B34909739D99975A0EEB548240926EA0686E428E"
|
8 |
USERNAME = "[email protected]"
|
9 |
PASSWORD = "Vedavathi@04" # Ensure this is correct without the security token
|
10 |
-
SECURITY_TOKEN = "
|
11 |
TOKEN_URL = "https://login.salesforce.com/services/oauth2/token" # Use for production; change to test.salesforce.com for sandbox
|
12 |
API_VERSION = "v60.0"
|
13 |
|
|
|
7 |
CLIENT_SECRET = "6F7E9C95CE20CC07FC1EBD39B34909739D99975A0EEB548240926EA0686E428E"
|
8 |
USERNAME = "[email protected]"
|
9 |
PASSWORD = "Vedavathi@04" # Ensure this is correct without the security token
|
10 |
+
SECURITY_TOKEN = "qe4His8AcuFJucZz5NBHfGU" # Your Salesforce Security Token
|
11 |
TOKEN_URL = "https://login.salesforce.com/services/oauth2/token" # Use for production; change to test.salesforce.com for sandbox
|
12 |
API_VERSION = "v60.0"
|
13 |
|