From 985063c78564e9875df85daf3b106b41404240d2 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 4 Oct 2014 14:31:10 +0200 Subject: Finish replace word "hook" --- pyload/database/FileDatabase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyload/database') 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): -- cgit v1.2.3