summaryrefslogtreecommitdiffstats
path: root/module/file_list.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-06-15 23:09:52 +0200
committerGravatar spoob <spoob@gmx.de> 2009-06-15 23:09:52 +0200
commitd8b5bbe2a3b76afb06cb2af4c6cb211b79505ff0 (patch)
treecc55d6318c982af1b8a157ff3302eda3d77053c7 /module/file_list.py
parentAdded Stealth.to Container Plugin (diff)
downloadpyload-d8b5bbe2a3b76afb06cb2af4c6cb211b79505ff0.tar.xz
fixed little bugs
Diffstat (limited to 'module/file_list.py')
-rw-r--r--module/file_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/file_list.py b/module/file_list.py
index 932fb0b13..e8cc49ab2 100644
--- a/module/file_list.py
+++ b/module/file_list.py
@@ -32,7 +32,7 @@ class File_List(object):
def set_core(self, core):
self.core = core
- def new_pyfile(self)
+ def new_pyfile(self):
pyfile = PyLoadFile(self, url)
pyfile.download_folder = self.core.config['download_folder']
pyfile.id = self.id