summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-12-31 22:20:11 +0100
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-12-31 22:20:11 +0100
commit93192da496d03941ac063b4c6c2c1c1044b1065d (patch)
tree67b6655d7ab19276c25ebd46e295a2536d5b3334 /module
parent[Crypter] Update (diff)
downloadpyload-93192da496d03941ac063b4c6c2c1c1044b1065d.tar.xz
[Misc] Update
Diffstat (limited to 'module')
-rw-r--r--module/plugins/internal/misc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/misc.py b/module/plugins/internal/misc.py
index b21dbd8f1..200e030c1 100644
--- a/module/plugins/internal/misc.py
+++ b/module/plugins/internal/misc.py
@@ -33,7 +33,7 @@ except ImportError:
class misc(object):
__name__ = "misc"
__type__ = "plugin"
- __version__ = "0.16"
+ __version__ = "0.17"
__status__ = "stable"
__pattern__ = r'^unmatchable$'
@@ -168,7 +168,7 @@ class Periodical(object):
self.task()
except Exception, e:
- self.log_error(_("Error performing periodical task"), e)
+ self.plugin.log_error(_("Error performing periodical task"), e)
self.restart(threaded=threaded, delay=self.interval)