diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/download_emails.py | 2 |
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) |
