diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-20 15:55:48 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-20 15:55:48 +0200 |
commit | d257c974a8acea9d7309b63c829fefcbfb47d831 (patch) | |
tree | e953bce501c941e7a6c0dbb63b97e5c94c267aad /module/file_list.py | |
parent | netload fix (diff) | |
download | pyload-d257c974a8acea9d7309b63c829fefcbfb47d831.tar.xz |
dynamic status bar
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) |