aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py
index a28c40ca..dfd5d597 100644
--- a/lib/python/Components/config.py
+++ b/lib/python/Components/config.py
@@ -106,7 +106,7 @@ class configDateTime:
if key == config.key["nextElement"]:
self.parent.value = self.parent.value + self.parent.vals[1]
- self.checkValues()
+ self.checkValues()
self.parent.change()