diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-04 22:09:00 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-04 22:09:00 +0200 |
commit | c62e04da03e34c9a0ee16c3f47e9f86209a1eb65 (patch) | |
tree | 231133520a0b3dcdc0b5276df0e5e841ba392a0c /pyLoadCore.py | |
parent | netload fix (diff) | |
download | pyload-c62e04da03e34c9a0ee16c3f47e9f86209a1eb65.tar.xz |
internal core feature
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 073cab191..310c3e2e5 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -194,6 +194,7 @@ class Core(object): self.do_kill = False self.do_restart = False + self.shuttedDown = False self.log.info(_("Using home directory: %s") % getcwd()) @@ -430,6 +431,7 @@ class Core(object): finally: self.files.syncSave() + self.shuttedDown = True def path(self, * args): |