Update app.py
Browse files
app.py
CHANGED
|
@@ -356,7 +356,7 @@ async def process_job(job_id: str, topics_input: Union[str, List[str]], callback
|
|
| 356 |
response = await client.post(
|
| 357 |
callback_url,
|
| 358 |
json=webhook_data,
|
| 359 |
-
headers={"Content-Type": "application/json}
|
| 360 |
)
|
| 361 |
|
| 362 |
logger.info(f"📨 Webhook status: {response.status_code}")
|
|
|
|
| 356 |
response = await client.post(
|
| 357 |
callback_url,
|
| 358 |
json=webhook_data,
|
| 359 |
+
headers={"Content-Type": "application/json"}
|
| 360 |
)
|
| 361 |
|
| 362 |
logger.info(f"📨 Webhook status: {response.status_code}")
|