aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/NFIFlash
diff options
context:
space:
mode:
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-10-12 22:15:56 +0000
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-10-12 22:15:56 +0000
commitcac4af3cc304626c6c600d0dfb7fce8fe7b5f7b1 (patch)
treeec2cb8004be10597c3b3bc1834df1b0d12f8c14f /lib/python/Plugins/SystemPlugins/NFIFlash
parent5e01d1393219caa20b423d970a7a7a340de12c56 (diff)
downloadenigma2-cac4af3cc304626c6c600d0dfb7fce8fe7b5f7b1.tar.gz
enigma2-cac4af3cc304626c6c600d0dfb7fce8fe7b5f7b1.zip
fix md5 hash check
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/NFIFlash')
-rw-r--r--lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py b/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py
index 036523a4..7c54fb48 100644
--- a/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py
+++ b/lib/python/Plugins/SystemPlugins/NFIFlash/downloader.py
@@ -400,6 +400,7 @@ class NFIDownload(Screen):
def nfi_finished(self, string=""):
print "[nfi_finished] " + str(string)
if self.nfo != "":
+ self.nfofilename = self["destlist"].getCurrentDirectory() + '/' + self["feedlist"].getNFOname()
nfofd = open(self.nfofilename, "w")
if nfofd:
nfofd.write(self.nfo)