dschandra commited on
Commit
ec12a93
·
verified ·
1 Parent(s): 5a81c5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ CLIENT_ID = "3MVG9VMBZCsTL9hnfx2eVMOHa56mwSZnvuAnPr3kVVBEQfeLYvrSfJNRRjjSlKWPLy9
8
  CLIENT_SECRET = "6F7E9C95CE20CC07FC1EBD39B34909739D99975A0EEB548240926EA0686E428E"
9
  USERNAME = "[email protected]"
10
  PASSWORD = "Vedavathi@04" # Keep this as the password (without the security token)
11
- SECURITY_TOKEN = "qe4His8AcuFJucZz5NBHfGU" # Your Salesforce Security Token
12
  TOKEN_URL = "https://login.salesforce.com/services/oauth2/token" # For production
13
  API_VERSION = "v60.0"
14
 
 
8
  CLIENT_SECRET = "6F7E9C95CE20CC07FC1EBD39B34909739D99975A0EEB548240926EA0686E428E"
9
  USERNAME = "[email protected]"
10
  PASSWORD = "Vedavathi@04" # Keep this as the password (without the security token)
11
+ SECURITY_TOKEN = "jqe4His8AcuFJucZz5NBHfGU" # Your Salesforce Security Token
12
  TOKEN_URL = "https://login.salesforce.com/services/oauth2/token" # For production
13
  API_VERSION = "v60.0"
14