Omkar008 commited on
Commit
9ce6d7b
·
verified ·
1 Parent(s): a5f4c70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,5 +23,5 @@ async def process_document_base64(request: Request,background_tasks: BackgroundT
23
  print("printing message_id")
24
  print(email)
25
  # background_tasks.add_task(extract_structure_store_message,user_id,message_id,attachment_id,attachment_extension,email)
26
- # await extract_structure_store_message(user_id,message_id,attachment_id,attachment_extension,email)
27
  return {"status":'Processing and Updating the data to db!'}
 
23
  print("printing message_id")
24
  print(email)
25
  # background_tasks.add_task(extract_structure_store_message,user_id,message_id,attachment_id,attachment_extension,email)
26
+ await extract_structure_store_message(user_id,message_id,attachment_id,attachment_extension,email)
27
  return {"status":'Processing and Updating the data to db!'}