diff options
author | mkaay <mkaay@mkaay.de> | 2011-01-26 00:37:08 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2011-01-26 00:37:08 +0100 |
commit | 623eefac57533009672cc5a46a85c123ed43477d (patch) | |
tree | 6b57e371ec6892b08c5334ea59bd3cbdcbef51d8 /module/HookManager.py | |
parent | moved hooks periodical call to scheduler (diff) | |
download | pyload-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.py | 2 |
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() |