diff options
-rw-r--r-- | climl/imap.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |