Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,6 +110,6 @@ def send_to_salesforce(payload):
|
|
| 110 |
response = requests.post(SALESFORCE_WEBHOOK_URL, json=summary, headers=headers)
|
| 111 |
response.raise_for_status()
|
| 112 |
except requests.exceptions.RequestException as e:
|
| 113 |
-
print("❌ Error sending to Salesforce:", e)
|
| 114 |
|
| 115 |
|
|
|
|
| 110 |
response = requests.post(SALESFORCE_WEBHOOK_URL, json=summary, headers=headers)
|
| 111 |
response.raise_for_status()
|
| 112 |
except requests.exceptions.RequestException as e:
|
| 113 |
+
print("❌ Error sending to Salesforce:", e)
|
| 114 |
|
| 115 |
|