summaryrefslogtreecommitdiffstats
path: root/module/download_thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/download_thread.py')
-rw-r--r--module/download_thread.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/module/download_thread.py b/module/download_thread.py
index 1cc509bca..56f4e0d08 100644
--- a/module/download_thread.py
+++ b/module/download_thread.py
@@ -144,7 +144,9 @@ class Download_Thread(threading.Thread):
else:
status.type = "downloading"
self.parent.parent.pullManager.addEvent(UpdateEvent("file", pyfile.id, "queue"))
-
+
+
+ #~ free_file_name = self.get_free_name(status.filename)
location = join(pyfile.folder, status.filename)
pyfile.plugin.proceed(status.url, location)