Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,5 +75,5 @@ def save_salesforce_files(custom_object_api_name):
|
|
| 75 |
|
| 76 |
if __name__ == "__main__":
|
| 77 |
# Replace 'YOUR_CUSTOM_OBJECT_API_NAME' with the Salesforce custom object API name
|
| 78 |
-
custom_object_api_name = '
|
| 79 |
save_salesforce_files(custom_object_api_name)
|
|
|
|
| 75 |
|
| 76 |
if __name__ == "__main__":
|
| 77 |
# Replace 'YOUR_CUSTOM_OBJECT_API_NAME' with the Salesforce custom object API name
|
| 78 |
+
custom_object_api_name = 'CustomerInfo__c'
|
| 79 |
save_salesforce_files(custom_object_api_name)
|