summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 50c5d2c55..2a9cbbc59 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -159,8 +159,8 @@ class Core(object):
while True:
sleep(2)
if self.do_kill:
- self.logger.info("pyLoad quits")
- self.webserver.quit()
+ self.logger.info("pyLoad quits")
+ self.webserver.quit()
self.webserver.join()
exit()