aboutsummaryrefslogtreecommitdiffstats
path: root/climl/imap.py
diff options
context:
space:
mode:
Diffstat (limited to 'climl/imap.py')
-rw-r--r--climl/imap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/climl/imap.py b/climl/imap.py
index c23a006..e2ae36e 100644
--- a/climl/imap.py
+++ b/climl/imap.py
@@ -156,4 +156,5 @@ def main(callback=None, conf=None):
ssl.SSLError,
ssl.CertificateError):
print('socket/ssl error, retrying in 10s...')
+ traceback.print_exc()
time.sleep(10) # wait between retries