fix typo
[enigma2.git] / lib / python / Screens / ScanSetup.py
index 5becc898e5d0744888e36e534c5ae5abf3d01c49..6a9b0a799881e437802386c9234aa93378536532 100644 (file)
@@ -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 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:
                                have_terrestrial = True
 
                if have_terrestrial: