Omkar008 commited on
Commit
3ba90ee
1 Parent(s): 58ccb35

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
main.py CHANGED
@@ -102,7 +102,6 @@ async def testv1(request:Request):
102
 
103
  save_data = {
104
  'batch_job_id':f"{batch_job.id}",
105
- "time":f"{time.strftime("%I:%M:%S %p")}"
106
  "batch_job_status": False
107
  }
108
 
 
102
 
103
  save_data = {
104
  'batch_job_id':f"{batch_job.id}",
 
105
  "batch_job_status": False
106
  }
107