summaryrefslogtreecommitdiffstats
path: root/module/FileDatabase.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-04 22:38:11 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-04 22:38:11 +0200
commite8d16afeface794da67131d9a37cbfe15b2142aa (patch)
tree9887ed1ff922390844c5a1ff13450d8cbe0a693d /module/FileDatabase.py
parentimplemented push to queue (diff)
downloadpyload-e8d16afeface794da67131d9a37cbfe15b2142aa.tar.xz
webif fix
Diffstat (limited to 'module/FileDatabase.py')
-rw-r--r--module/FileDatabase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/FileDatabase.py b/module/FileDatabase.py
index 80cbe85ac..18c371ae8 100644
--- a/module/FileDatabase.py
+++ b/module/FileDatabase.py
@@ -239,7 +239,7 @@ class FileHandler:
#----------------------------------------------------------------------
def getFileData(self, id):
- """returns dict with package information"""
+ """returns dict with file information"""
pyfile = self.getFile(id)
return pyfile.toDbDict()