diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-04 22:38:11 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-04 22:38:11 +0200 |
commit | e8d16afeface794da67131d9a37cbfe15b2142aa (patch) | |
tree | 9887ed1ff922390844c5a1ff13450d8cbe0a693d /module/FileDatabase.py | |
parent | implemented push to queue (diff) | |
download | pyload-e8d16afeface794da67131d9a37cbfe15b2142aa.tar.xz |
webif fix
Diffstat (limited to 'module/FileDatabase.py')
-rw-r--r-- | module/FileDatabase.py | 2 |
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() |