summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-04-02 15:02:11 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-04-02 15:02:11 +0200
commitfeead10fd643cf2c4ab9faff24fc9690e87c1d84 (patch)
treeac06d4211f3da23bcbdd6e16c6dc2ca5b7d0b73e /pyLoadCore.py
parentLitte remove Linklist bugfix (diff)
parentdjango embedded (diff)
downloadpyload-feead10fd643cf2c4ab9faff24fc9690e87c1d84.tar.xz
merged
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 36bc452d3..5014ed264 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -426,7 +426,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()