diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-20 23:43:21 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-20 23:43:21 +0100 |
commit | 62965d0668e81fc801c4be2d61c1a0b64b0edca8 (patch) | |
tree | 99a0c667619cacd2d0adfa688a49d13c33b6655a /pyLoadCore.py | |
parent | python 2.5 compatibility (diff) | |
download | pyload-62965d0668e81fc801c4be2d61c1a0b64b0edca8.tar.xz |
cli + web fixes
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 4 |
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()
|