summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar kingzero <devnull@localhost> 2009-06-16 17:13:21 +0200
committerGravatar kingzero <devnull@localhost> 2009-06-16 17:13:21 +0200
commit9dcb55174a2759266704364aaa48f3bcda065de8 (patch)
tree1f5e2509a3655795043950cff88633784bd21d71 /module
parentnew file list class (diff)
downloadpyload-9dcb55174a2759266704364aaa48f3bcda065de8.tar.xz
added captcha support for gigasize.com, see #6
Diffstat (limited to 'module')
-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