diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-22 16:14:21 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-09-22 16:14:21 +0200 |
commit | 5db3d51a0e5e938b76462f3f6063fd67fa2bd10c (patch) | |
tree | 43a4d3d201f34a4daef0a7cd8fb987af202d0093 /pyLoadCore.py | |
parent | setuid fix (diff) | |
download | pyload-5db3d51a0e5e938b76462f3f6063fd67fa2bd10c.tar.xz |
curl gobal init
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 |