diff options
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() |