diff options
| author | 2009-12-16 16:14:34 +0100 | |
|---|---|---|
| committer | 2009-12-16 16:14:34 +0100 | |
| commit | 851559594effc57c9cfd4194703f1783fd3fed82 (patch) | |
| tree | b8417cdfad208ba8308f6736f65baa936b21ae55 | |
| parent | re-added progressbar (diff) | |
| download | pyload-851559594effc57c9cfd4194703f1783fd3fed82.tar.xz | |
Checksum fixed
| -rw-r--r-- | module/download_thread.py | 2 | 
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"  | 
