aboutsummaryrefslogtreecommitdiffstats
path: root/python/download_emails.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/download_emails.py')
-rw-r--r--python/download_emails.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/download_emails.py b/python/download_emails.py
index 7bf41561..cf4e8a18 100644
--- a/python/download_emails.py
+++ b/python/download_emails.py
@@ -13,7 +13,6 @@ import base64
import binascii
from send_email import get_gmail_service
import argparse
-#flags = argparse.ArgumentParser(parents=[tools.argparser]).parse_args()
SCOPES = 'https://www.googleapis.com/auth/gmail.readonly'
CLIENT_SECRET_FILE = 'secret.json'