From: paulfantom Date: Tue, 21 Jun 2016 11:18:13 +0000 (+0200) Subject: typo X-Git-Tag: v1.3.0~110^2~6 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c4f32e6e7a8de5e020edddf7219deec835eccd4;p=netdata.git typo --- diff --git a/plugins.d/python.d.plugin b/plugins.d/python.d.plugin index d91fe7cd..d2204a69 100755 --- a/plugins.d/python.d.plugin +++ b/plugins.d/python.d.plugin @@ -546,7 +546,7 @@ def run(): except (KeyError, TypeError): pass for k, v in conf.items(): - if k in ("update_every", "debug", "enable"): + if k in ("update_every", "debug", "enabled"): continue if v is False: disabled.append(k)