Update app.py
Browse files
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):
|