aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-22 11:43:28 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-07-22 11:43:28 +0000
commit77eb2261f5198e5745ad2eb2447704d822644597 (patch)
tree9fab3e403f6bcb729090009ae568df560adb8139 /lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py
parent17a005241a08d3ee1cb8f6f9fed68e4b3201e41c (diff)
downloadenigma2-77eb2261f5198e5745ad2eb2447704d822644597.tar.gz
enigma2-77eb2261f5198e5745ad2eb2447704d822644597.zip
fix another typo
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py')
-rw-r--r--lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py b/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py
index b1eafcd3..62f0d9bf 100644
--- a/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/plugin.py
@@ -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: