From e9c18005bffb17415c1ea16c45570cce86c6aa83 Mon Sep 17 00:00:00 2001 From: VG Date: Tue, 10 May 2016 17:42:16 +0200 Subject: Auto-commit on 6d1dbe8495b5fafbc5f50d80268d0ca5b7b097be --- climl/imap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/climl/imap.py b/climl/imap.py index c097a15..151b870 100644 --- a/climl/imap.py +++ b/climl/imap.py @@ -128,7 +128,7 @@ def main(callback=None): events = imap_waiter(connection) if events: print('events:', events) - print('calling callback') + print('calling callback...') callback('mail') except (socket.error, socket.timeout): pass -- cgit v1.2.3