From d257c974a8acea9d7309b63c829fefcbfb47d831 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 20 Aug 2009 15:55:48 +0200 Subject: dynamic status bar --- 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 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) -- cgit v1.2.3