fix another typo
[enigma2.git] / lib / python / Plugins / SystemPlugins / DefaultServicesScanner / plugin.py
index b1eafcd35bd7e5f30ac09af74450db08cd701dbe..62f0d9bf76e7841f15b830fdb78833412a4b2b0a 100644 (file)
@@ -120,7 +120,7 @@ class DefaultServicesScannerPlugin(ScanSetup):
                if self.scanIndex + 1 >= len(self.multiscanlist):
                        print "no more sats to scan"
                        confdir = resolveFilename(SCOPE_CONFIG)
-                       copyfile(confdir + "/lamedb.backup", confdir + "/lamedb)
+                       copyfile(confdir + "/lamedb.backup", confdir + "/lamedb")
                        db.reloadServicelist()
                        self.close()
                else: