aboutsummaryrefslogtreecommitdiffstats
path: root/servo
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-11-18 23:08:52 +0200
committerFilipp Lepalaan <filipp@mac.com>2015-11-18 23:08:52 +0200
commitede335fca47f15f05b5134680dd2f254d91a3718 (patch)
tree7d9de1c443e8d423c395a311e12b32386c682909 /servo
parent09ae65ab4d1d2442ab5e7558b03c294169707f71 (diff)
downloadServo-ede335fca47f15f05b5134680dd2f254d91a3718.tar.gz
Servo-ede335fca47f15f05b5134680dd2f254d91a3718.tar.bz2
Servo-ede335fca47f15f05b5134680dd2f254d91a3718.zip
Fix message format
Diffstat (limited to 'servo')
-rw-r--r--servo/tasks.py2
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