diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-11 12:01:55 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-11 12:01:55 +0200 |
commit | 69eb9e649428b930448f496a7a39a9f12bb278bb (patch) | |
tree | 83fc72a5df42c3f384fa06ec19e1554ebf18183a /module/FileDatabase.py | |
parent | package finished event (diff) | |
download | pyload-69eb9e649428b930448f496a7a39a9f12bb278bb.tar.xz |
correct order in webif
Diffstat (limited to 'module/FileDatabase.py')
-rw-r--r-- | module/FileDatabase.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/FileDatabase.py b/module/FileDatabase.py index bbf02387e..a7d32b125 100644 --- a/module/FileDatabase.py +++ b/module/FileDatabase.py @@ -790,7 +790,6 @@ class FileDatabaseBackend(Thread): return [x[0] for x in self.c ] @queue - #---------------------------------------------------------------------- def getUnfinished(self, pid): """return list of ids with pyfiles in package not finished or processed""" |