diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-07-14 10:44:21 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-07-14 10:44:21 +0200 |
commit | dfb207807392bf30f3a07099fc3fc644553e5453 (patch) | |
tree | 5c27a4b486e0a59d6f48cceb4416821ddbb9ed1d /module/file_list.py | |
parent | may stable (diff) | |
download | pyload-dfb207807392bf30f3a07099fc3fc644553e5453.tar.xz |
little fixes
Diffstat (limited to 'module/file_list.py')
-rw-r--r-- | module/file_list.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |