diff options
author | mkaay <mkaay@mkaay.de> | 2009-12-15 23:09:09 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2009-12-15 23:09:09 +0100 |
commit | 13328322307cde0c9fdd62bfccbcf4a78404164b (patch) | |
tree | f102fc1124e7844914c65cdbc19dbf99a9185930 /module/download_thread.py | |
parent | Fixed LinkList.py and .part renaming (diff) | |
download | pyload-13328322307cde0c9fdd62bfccbcf4a78404164b.tar.xz |
incomplete: stable gui O.o, folder fix
Diffstat (limited to 'module/download_thread.py')
-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 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" |