yukee1992 commited on
Commit
135d6db
·
verified ·
1 Parent(s): 3f902c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}")