From 6d5a01a5f7a02b736d49bb04d71819628abfa4d1 Mon Sep 17 00:00:00 2001 From: paulfantom Date: Tue, 21 Jun 2016 20:15:25 +0200 Subject: [PATCH] fixing mistake from future --- plugins.d/python.d.plugin | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins.d/python.d.plugin b/plugins.d/python.d.plugin index 5d02408f..4a334284 100755 --- a/plugins.d/python.d.plugin +++ b/plugins.d/python.d.plugin @@ -569,7 +569,6 @@ def run(): ", ONLY_MODULES=" + str(modules)) # run plugins - modules = ['nginx'] charts = PythonCharts(modules, MODULES_DIR, CONFIG_DIR + "python.d/", disabled) charts.check() charts.create() -- 2.39.2