summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 16bfbbeae..81e7750f4 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -278,7 +278,9 @@ class Core(object):
self.logger.info(_("Free space: %sMB") % freeSpace)
self.thread_list.pause = False
-
+
+ self.hookManager.coreReady()
+
while True:
sleep(2)
if self.do_restart: