diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-10-04 14:31:10 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-10-04 14:31:10 +0200 |
commit | 985063c78564e9875df85daf3b106b41404240d2 (patch) | |
tree | d7dc43ee218c0f07ad8875d11142b2a499562847 /pyload/database | |
parent | Remove lib (diff) | |
download | pyload-985063c78564e9875df85daf3b106b41404240d2.tar.xz |
Finish replace word "hook"
Diffstat (limited to 'pyload/database')
-rw-r--r-- | pyload/database/FileDatabase.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/database/FileDatabase.py b/pyload/database/FileDatabase.py index c03136f9a..bdc0f5994 100644 --- a/pyload/database/FileDatabase.py +++ b/pyload/database/FileDatabase.py @@ -522,7 +522,7 @@ class FileHandler: self.core.pullManager.addEvent(e) def checkPackageFinished(self, pyfile): - """ checks if package is finished and calls hookmanager """ + """ checks if package is finished and calls AddonManager """ ids = self.db.getUnfinished(pyfile.packageid) if not ids or (pyfile.id in ids and len(ids) == 1): |