From d8b5bbe2a3b76afb06cb2af4c6cb211b79505ff0 Mon Sep 17 00:00:00 2001 From: spoob Date: Mon, 15 Jun 2009 23:09:52 +0200 Subject: fixed little bugs --- module/file_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/file_list.py') 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 -- cgit v1.2.3