diff options
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 35bec757f..e3c3f68ae 100644 --- a/module/file_list.py +++ b/module/file_list.py @@ -45,7 +45,7 @@ class File_List(object): def append(self, url): if not url: return False - + #@TODO: filter non existence and invalid links new_file = self.new_pyfile(url) self.files.append(new_file) self.data[new_file.id] = Data(url) |