aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/NimManager.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 5f5ae7bf..ac81c624 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -251,11 +251,11 @@ class SecConfigure:
if currentConfigSelectionElement(currLnb.diseqcRepeats) == "none":
sec.setRepeats(0)
- elif currentConfigSelectionElement(currLnb.diseqcRepeats) == "One":
+ elif currentConfigSelectionElement(currLnb.diseqcRepeats) == "one":
sec.setRepeats(1)
- elif currentConfigSelectionElement(currLnb.diseqcRepeats) == "Two":
+ elif currentConfigSelectionElement(currLnb.diseqcRepeats) == "two":
sec.setRepeats(2)
- elif currentConfigSelectionElement(currLnb.diseqcRepeats) == "Three":
+ elif currentConfigSelectionElement(currLnb.diseqcRepeats) == "three":
sec.setRepeats(3)
setCommandOrder=False