Omkar008 commited on
Commit
a0ab59b
·
verified ·
1 Parent(s): 9f1ca0f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -33,6 +33,7 @@ async def batch_processing_result(request: Request, background_tasks: Background
33
  .update({
34
  "batch_job_status": True,
35
  })
 
36
  .execute()
37
  )
38
 
 
33
  .update({
34
  "batch_job_status": True,
35
  })
36
+ .eq('batch_job_id',batch_id)
37
  .execute()
38
  )
39