From a7e2bd25a3fbdb35d0f75607f2fee35943d0ad20 Mon Sep 17 00:00:00 2001 From: spoob Date: Thu, 11 Mar 2010 14:57:29 +0100 Subject: Fixed Hotfile --- module/download_thread.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'module/download_thread.py') 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) -- cgit v1.2.3