From dfb207807392bf30f3a07099fc3fc644553e5453 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 14 Jul 2009 10:44:21 +0200 Subject: little fixes --- 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 303c49a80..cb7336620 100644 --- a/module/file_list.py +++ b/module/file_list.py @@ -129,7 +129,7 @@ class File_List(object): for i in obj['order']: self.append(obj[i].url) - self.core.logger.info("Links loaded: " + str(int(len(obj) - 1))) + self.core.logger.info("Links loaded: " + str(int(len(obj) - 2))) def inform_client(self): obj = RequestObject() -- cgit v1.2.3