diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-04-02 15:02:11 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-04-02 15:02:11 +0200 |
commit | feead10fd643cf2c4ab9faff24fc9690e87c1d84 (patch) | |
tree | ac06d4211f3da23bcbdd6e16c6dc2ca5b7d0b73e /pyLoadCore.py | |
parent | Litte remove Linklist bugfix (diff) | |
parent | django embedded (diff) | |
download | pyload-feead10fd643cf2c4ab9faff24fc9690e87c1d84.tar.xz |
merged
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
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() |