summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-16 17:10:53 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-16 17:10:53 +0100
commit99f354636e76aee696a3e4b37a4ab0b66c6cd252 (patch)
tree75e9c6a3e00c519f8c210eb1a414fac2f55c4c6a /module
parentsome Webinterface Json Code (diff)
parentChecksum fixed (diff)
downloadpyload-99f354636e76aee696a3e4b37a4ab0b66c6cd252.tar.xz
merged
Diffstat (limited to 'module')
-rw-r--r--module/download_thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/download_thread.py b/module/download_thread.py
index 3ec49218d..89a10533a 100644
--- a/module/download_thread.py
+++ b/module/download_thread.py
@@ -148,7 +148,7 @@ class Download_Thread(threading.Thread):
elif code == 10:
self.parent.parent.logger.debug("Checksum not implemented for %s" % status.filename)
if not check:
- raise Checksum(code, local_file)
+ raise Checksum(code, location)
#print "checksum check returned: %s, %s" % (check, code)
status.type = "finished"