aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/download_emails.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/download_emails.py b/python/download_emails.py
index 76e5ddbc..f4b874ea 100644
--- a/python/download_emails.py
+++ b/python/download_emails.py
@@ -183,5 +183,5 @@ if __name__ == '__main__':
try:
save_emails()
except errors.HttpError as e:
- print(e)
+ logging.error(e)
save_emails(update=False)