summaryrefslogtreecommitdiffstats
path: root/module/download_thread.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2009-12-15 23:09:09 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2009-12-15 23:09:09 +0100
commit13328322307cde0c9fdd62bfccbcf4a78404164b (patch)
treef102fc1124e7844914c65cdbc19dbf99a9185930 /module/download_thread.py
parentFixed LinkList.py and .part renaming (diff)
downloadpyload-13328322307cde0c9fdd62bfccbcf4a78404164b.tar.xz
incomplete: stable gui O.o, folder fix
Diffstat (limited to 'module/download_thread.py')
-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 539f3e62f..be7896b5f 100644
--- a/module/download_thread.py
+++ b/module/download_thread.py
@@ -127,7 +127,7 @@ class Download_Thread(threading.Thread):
status.type = "downloading"
- local_file = pyfile.download_folder + "/" + status.filename
+ local_file = pyfile.folder + "/" + status.filename
pyfile.plugin.proceed(status.url, local_file)
status.type = "checking"