Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,6 @@ def check_for_new_links(sheet):
|
|
109 |
return [], f"Error reading sheet: {e}"
|
110 |
|
111 |
# Function to send email with transcription and summary
|
112 |
-
def send_email(to_email, transcription, summary):
|
113 |
def send_email(to_email, subject, body, attachments=None):
|
114 |
try:
|
115 |
msg = MIMEMultipart()
|
|
|
109 |
return [], f"Error reading sheet: {e}"
|
110 |
|
111 |
# Function to send email with transcription and summary
|
|
|
112 |
def send_email(to_email, subject, body, attachments=None):
|
113 |
try:
|
114 |
msg = MIMEMultipart()
|