aboutsummaryrefslogtreecommitdiffstats
path: root/python/send_email.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/send_email.py')
-rw-r--r--python/send_email.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/send_email.py b/python/send_email.py
index f39fb5b1..3c2ae1a0 100644
--- a/python/send_email.py
+++ b/python/send_email.py
@@ -11,7 +11,7 @@ from email.mime.text import MIMEText
import sys
import argparse
-#flags = argparse.ArgumentParser(parents=[tools.argparser]).parse_args()
+flags = argparse.ArgumentParser(parents=[tools.argparser]).parse_args()
SCOPES = 'https://www.googleapis.com/auth/gmail.modify'
CLIENT_SECRET_FILE = 'secret.json'