]> arthur.barton.de Git - netdata.git/blobdiff - plugins.d/python.d.plugin
fixing mistake from future
[netdata.git] / plugins.d / python.d.plugin
index 5d02408fae45c0ed16ad91f5548a531871a28eb7..4a33428426614cb53f0760f34dd062df07ffd270 100755 (executable)
@@ -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()