curiousgeorge1292 commited on
Commit
2e15d5a
·
verified ·
1 Parent(s): 902384a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def oauth2callback():
56
  'client_secret': credentials.client_secret,
57
  'scopes': credentials.scopes
58
  }
59
- return "Authorization successful. You can now save emails to Gmail drafts
60
 
61
 
62
  def save_to_gmail_drafts(subject, body, recipient):
 
56
  'client_secret': credentials.client_secret,
57
  'scopes': credentials.scopes
58
  }
59
+ return "Authorization successful. You can now save emails to Gmail drafts"
60
 
61
 
62
  def save_to_gmail_drafts(subject, body, recipient):