From 814f365fbe98358c8f39654ec721262ae78cc162 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 17 Oct 2012 17:31:54 -0500 Subject: [PATCH] remove extraneous comma --- notmuchmailchecker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notmuchmailchecker.py b/notmuchmailchecker.py index f2ad311..f150cd8 100644 --- a/notmuchmailchecker.py +++ b/notmuchmailchecker.py @@ -31,7 +31,7 @@ class NotmuchMailChecker(object): color = '#00FF00' urgent = 'false' else: - color = '#ff0000', + color = '#ff0000' urgent = 'true' return {'full_text' : '%d new email%s' % (unread, ('s' if unread > 1 else '')),