Omkar008 commited on
Commit
9f51289
·
verified ·
1 Parent(s): 81e9e89

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -29,7 +29,8 @@ async def batch_processing_result(request: Request, background_tasks: Background
29
  # return {"batch_job_status":'completed'}
30
 
31
  # Immediately return success response
32
- return {'batch_job_status':'notcompleted'}
 
33
 
34
 
35
  async def process_batch_data(batch_id: str):
 
29
  # return {"batch_job_status":'completed'}
30
 
31
  # Immediately return success response
32
+ # return {'batch_job_status':'notcompleted'}
33
+ return {'batch_job_status':'completed'}
34
 
35
 
36
  async def process_batch_data(batch_id: str):