From 3937e57e93be49142b5b6347aa80a390cacd474a Mon Sep 17 00:00:00 2001 From: spoob Date: Tue, 15 Dec 2009 23:14:12 +0100 Subject: Fixed web/init, download script --- module/thread_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/thread_list.py') diff --git a/module/thread_list.py b/module/thread_list.py index 8c1695f38..c486ad8ee 100644 --- a/module/thread_list.py +++ b/module/thread_list.py @@ -143,7 +143,7 @@ class Thread_List(object): self.list.save() - self.scripts_download_finished(pyfile.modul.__name__, pyfile.url, pyfile.status.filename, pyfile.download_folder) + self.scripts_download_finished(pyfile.modul.__name__, pyfile.url, pyfile.status.filename, pyfile.folder) self.lock.release() return True -- cgit v1.2.3