diff options
Diffstat (limited to 'module/download_thread.py')
-rw-r--r-- | module/download_thread.py | 4 |
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) |