summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-12-15 23:14:12 +0100
committerGravatar spoob <spoob@gmx.de> 2009-12-15 23:14:12 +0100
commit3937e57e93be49142b5b6347aa80a390cacd474a (patch)
treecc759d5c68884dd44aaba1a6cbc24ffe2f4c1cae /module
parentincomplete: stable gui O.o, folder fix (diff)
downloadpyload-3937e57e93be49142b5b6347aa80a390cacd474a.tar.xz
Fixed web/init, download script
Diffstat (limited to 'module')
-rw-r--r--module/thread_list.py2
-rw-r--r--module/web/_init_.py0
2 files changed, 1 insertions, 1 deletions
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
diff --git a/module/web/_init_.py b/module/web/_init_.py
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/module/web/_init_.py