summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index b8d192e8b..04591d0b5 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -328,14 +328,9 @@ class Core(object):
exit()
self.threadManager.work()
+ self.scheduler.work()
self.hookManager.periodical()
- try:
- j = self.scheduler.queue.get(False)
- j.start()
- except:
- pass
-
def init_server(self):
try:
server_addr = (self.config['remote']['listenaddr'], int(self.config['remote']['port']))