diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index e0322975e..2f9f7783b 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -477,6 +477,7 @@ class Core(object): finally: self.files.syncSave() + self.threadManager.cleanup() self.shuttedDown = True |