summaryrefslogtreecommitdiffstats
path: root/module/HookManager.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2011-01-26 00:37:08 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2011-01-26 00:37:08 +0100
commit623eefac57533009672cc5a46a85c123ed43477d (patch)
tree6b57e371ec6892b08c5334ea59bd3cbdcbef51d8 /module/HookManager.py
parentmoved hooks periodical call to scheduler (diff)
downloadpyload-623eefac57533009672cc5a46a85c123ed43477d.tar.xz
added data storage (currently used for plugins), ev0.in rss fetcher, ul.to maxtraffic fix
Diffstat (limited to 'module/HookManager.py')
-rw-r--r--module/HookManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/HookManager.py b/module/HookManager.py
index 69e922d14..bc79b3c1c 100644
--- a/module/HookManager.py
+++ b/module/HookManager.py
@@ -77,7 +77,7 @@ class HookManager():
try:
plugin.periodical()
except Exception, e:
- args[0].log.error(_("Error executing hooks: %s") % str(e))
+ self.core.log.error(_("Error executing hooks: %s") % str(e))
if self.core.debug:
traceback.print_exc()