Redmind commited on
Commit
4aa81c4
·
verified ·
1 Parent(s): 69b3f2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -238,7 +238,8 @@ def document_data_tool(question):
238
  return query_response
239
 
240
 
241
- async def send_email_with_attachment(recipient_email, subject, body, attachment_path):
 
242
  try:
243
  from fastapi import FastAPI
244
 
 
238
  return query_response
239
 
240
 
241
+ #async
242
+ def send_email_with_attachment(recipient_email, subject, body, attachment_path):
243
  try:
244
  from fastapi import FastAPI
245