summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-04-02 14:59:12 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-04-02 14:59:12 +0200
commitae8f974c33ae5f4674e7812b339d04135e2e6b9f (patch)
treee664525b544e64b1237f8208de4a385e16770152 /pyLoadCore.py
parentparser fix (diff)
downloadpyload-ae8f974c33ae5f4674e7812b339d04135e2e6b9f.tar.xz
django embedded
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 643156d25..862c39da1 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -424,7 +424,7 @@ class Core(object):
try:
if self.config['webinterface']['activated']:
self.webserver.quit()
- self.webserver.join()
+ #self.webserver.join()
for thread in self.thread_list.threads:
thread.shutdown = True
self.thread_list.stopAllDownloads()