From df95882117f287ef77abb1cb115e71576c1c2dab Mon Sep 17 00:00:00 2001 From: mkaay Date: Thu, 12 Aug 2010 14:22:29 +0200 Subject: unrar hook :D, account fix, other fixes --- module/HookManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/HookManager.py') diff --git a/module/HookManager.py b/module/HookManager.py index 41e4c5ef0..3df8a1fc7 100644 --- a/module/HookManager.py +++ b/module/HookManager.py @@ -106,7 +106,7 @@ class HookManager(): for plugin in self.plugins: if plugin.isActivated(): if "packageFinished" in plugin.__threaded__: - self.startThread(plugin.packageFinished, pyfile) + self.startThread(plugin.packageFinished, package) else: plugin.packageFinished(package) -- cgit v1.2.3