From e64255f98b85820046e261027a1f20c67f766f41 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Mon, 26 Jan 2015 10:49:27 +0100 Subject: fix typo in imap module thx to @tasse --- py3status/modules/imap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py3status/modules/imap.py') diff --git a/py3status/modules/imap.py b/py3status/modules/imap.py index cd14c8f..a52c848 100644 --- a/py3status/modules/imap.py +++ b/py3status/modules/imap.py @@ -35,7 +35,7 @@ class Py3status: if mail_count == 'N/A': response['color'] = check_failed_color - elif mail_count != '0': + elif mail_count != 0: response['color'] = new_mail_color return response -- cgit v1.3