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 --- pyLoadCore.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 5923a3d7f..eb6ffb468 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -386,7 +386,6 @@ class Core(object): self.threadManager.work() self.scheduler.work() - self.hookManager.periodical() def init_server(self): try: -- cgit v1.2.3