Bhargav3000 commited on
Commit
d9ad68f
·
verified ·
1 Parent(s): 99e4c12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,7 +17,7 @@ drive_service = build('drive', 'v3', credentials=credentials)
17
 
18
  # Salesforce Authentication
19
  sf = Salesforce(
20
- username='bharatmali@sathkrutha.com',
21
  password='Mahadev@9',
22
  security_token='q67QF1yG0qBTSaiEfDrRrIEx',
23
  domain='login'
@@ -88,5 +88,5 @@ def save_salesforce_files(custom_object_api_name):
88
 
89
  if __name__ == "__main__":
90
  # Replace 'YOUR_CUSTOM_OBJECT_API_NAME' with the Salesforce custom object API name
91
- custom_object_api_name = 'YOUR_CUSTOM_OBJECT_API_NAME'
92
  save_salesforce_files(custom_object_api_name)
 
17
 
18
  # Salesforce Authentication
19
  sf = Salesforce(
20
+ username='bharat@sathkrutha.sandbox',
21
  password='Mahadev@9',
22
  security_token='q67QF1yG0qBTSaiEfDrRrIEx',
23
  domain='login'
 
88
 
89
  if __name__ == "__main__":
90
  # Replace 'YOUR_CUSTOM_OBJECT_API_NAME' with the Salesforce custom object API name
91
+ custom_object_api_name = 'CustomerInfo__c'
92
  save_salesforce_files(custom_object_api_name)