Sirivennela commited on
Commit
9e1f606
·
verified ·
1 Parent(s): 3a401ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import pandas as pd
4
 
5
  # ---------------------- CONFIG ----------------------
6
  USERNAME = "[email protected]"
7
- PASSWORD = "Vedavathi@04,jqe4His8AcuFJucZz5NBHfGU"
8
  TOKEN_URL = "https://login.salesforce.com/services/oauth2/token"
9
  API_VERSION = "v60.0"
10
 
 
4
 
5
  # ---------------------- CONFIG ----------------------
6
  USERNAME = "[email protected]"
7
+ PASSWORD = "Vedavathi@04"+"qe4His8AcuFJucZz5NBHfGU"
8
  TOKEN_URL = "https://login.salesforce.com/services/oauth2/token"
9
  API_VERSION = "v60.0"
10