From 7a9f05ecc3f1020dfd5fbc4b9f8c1242c88877f5 Mon Sep 17 00:00:00 2001 From: mkaay Date: Tue, 25 Jan 2011 22:41:17 +0100 Subject: moved hooks periodical call to scheduler --- module/plugins/Hook.py | 1 - 1 file changed, 1 deletion(-) (limited to 'module/plugins/Hook.py') diff --git a/module/plugins/Hook.py b/module/plugins/Hook.py index 93454b131..1b3c05ba1 100644 --- a/module/plugins/Hook.py +++ b/module/plugins/Hook.py @@ -36,7 +36,6 @@ class Hook(): self.config = core.config self.interval = 60 - self.lastCall = 0 self.setup() -- cgit v1.2.3