diff options
author | spoob <spoob@gmx.de> | 2009-12-15 23:14:12 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-12-15 23:14:12 +0100 |
commit | 3937e57e93be49142b5b6347aa80a390cacd474a (patch) | |
tree | cc759d5c68884dd44aaba1a6cbc24ffe2f4c1cae | |
parent | incomplete: stable gui O.o, folder fix (diff) | |
download | pyload-3937e57e93be49142b5b6347aa80a390cacd474a.tar.xz |
Fixed web/init, download script
-rw-r--r-- | module/thread_list.py | 2 | ||||
-rw-r--r-- | module/web/_init_.py | 0 |
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 |