summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxginn8 <xginn8@users.noreply.github.com>2018-09-24 10:37:29 +0200
committerCosta Tsaousis <costa@tsaousis.gr>2018-09-24 11:37:29 +0300
commitece7ab755275017038165195c9b11cb93462afe3 (patch)
treeff4e9024f14fc8f008aca155d4af9cb905167894
parente1c4549819237509e9293fd490531bd6f706c228 (diff)
Fixup small python-logind typos (#4271)
* Fixup small python-logind typos * update
-rw-r--r--python.d/logind.chart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python.d/logind.chart.py b/python.d/logind.chart.py
index 191aed5b07..a7b020a3aa 100644
--- a/python.d/logind.chart.py
+++ b/python.d/logind.chart.py
@@ -5,7 +5,7 @@
from bases.FrameworkServices.ExecutableService import ExecutableService
-prioirty = 59999
+priority = 59999
disabled_by_default = True
ORDER = ['sessions', 'users', 'seats']