diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-04-02 14:59:12 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-04-02 14:59:12 +0200 |
commit | ae8f974c33ae5f4674e7812b339d04135e2e6b9f (patch) | |
tree | e664525b544e64b1237f8208de4a385e16770152 /pyLoadCore.py | |
parent | parser fix (diff) | |
download | pyload-ae8f974c33ae5f4674e7812b339d04135e2e6b9f.tar.xz |
django embedded
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 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() |