From 6953df5aa85187ae70959bf79adb2c8038f062d1 Mon Sep 17 00:00:00 2001 From: Tim Foerster Date: Tue, 18 Oct 2016 12:14:54 +0200 Subject: [PATCH] Don't let the linter crying --- i3pystatus/zabbix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/zabbix.py b/i3pystatus/zabbix.py index 0c26720..b422f6e 100644 --- a/i3pystatus/zabbix.py +++ b/i3pystatus/zabbix.py @@ -31,7 +31,7 @@ class Zabbix(IntervalModule): interval = 60 groups = None filter = None - min_severity=2 + min_severity = 2 format = "{default}" def run(self):