diff options
author | mkaay <mkaay@mkaay.de> | 2010-05-02 00:43:47 +0200 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-05-02 00:43:47 +0200 |
commit | 2f399727c8b3d7515549acf34bddb64f4bc9e4b5 (patch) | |
tree | 5f57de5d4fe9bc666290af72cda4c7529aaa06a8 /pyLoadCore.py | |
parent | removed unnecessary files (diff) | |
download | pyload-2f399727c8b3d7515549acf34bddb64f4bc9e4b5.tar.xz |
fixed cnl
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 4 |
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: |