diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-11-18 23:08:52 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-11-18 23:08:52 +0200 |
commit | ede335fca47f15f05b5134680dd2f254d91a3718 (patch) | |
tree | 7d9de1c443e8d423c395a311e12b32386c682909 | |
parent | 09ae65ab4d1d2442ab5e7558b03c294169707f71 (diff) | |
download | Servo-ede335fca47f15f05b5134680dd2f254d91a3718.tar.gz Servo-ede335fca47f15f05b5134680dd2f254d91a3718.tar.bz2 Servo-ede335fca47f15f05b5134680dd2f254d91a3718.zip |
Fix message format
-rw-r--r-- | servo/tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/tasks.py b/servo/tasks.py index ed92331..bf492d4 100644 --- a/servo/tasks.py +++ b/servo/tasks.py @@ -184,4 +184,4 @@ def check_mail(): server.close() server.logout() - return '%d/%d messages processed' % counter + return '%d messages processed' % counter |