mojoblojo commited on
Commit
525bc53
·
verified ·
1 Parent(s): c32e9a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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()