remove extraneous comma

This commit is contained in:
Simon 2012-10-17 17:31:54 -05:00
parent 61be416429
commit 814f365fbe

View File

@ -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 '')),