aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/ScanSetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py
index 5becc898..6a9b0a79 100644
--- a/lib/python/Screens/ScanSetup.py
+++ b/lib/python/Screens/ScanSetup.py
@@ -657,7 +657,7 @@ class ScanSimple(Screen):
if nimcount > 1 and self.ScanNimTwoNeeded():
nim = configElement_nonSave(1, configSelection, 0, (("yes", _("yes")), ("no", _("no"))))
self.list.append(getConfigListEntry(_("Scan NIM") + " 1 (" + nimmanager.getNimTypeName(1) + ")", nim))
- if nimtype = nimmanager.getNimType(1) == nimmanager.nimType["DVB-T"]:
+ if nimmanager.getNimType(1) == nimmanager.nimType["DVB-T"]:
have_terrestrial = True
if have_terrestrial: