diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-03-30 18:16:29 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-03-30 18:16:29 +0200 |
commit | d4d23c9803245e80bbfffc6ff0047c13899dc868 (patch) | |
tree | 02e24237e993eed17b6b702bddd083a33ee19527 /pyLoadCore.py | |
parent | setup fix (diff) | |
download | pyload-d4d23c9803245e80bbfffc6ff0047c13899dc868.tar.xz |
little fix
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 7ef315989..206363f57 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -20,8 +20,6 @@ @author: mkaay @version: v0.3.2 """ -import os - CURRENT_VERSION = '0.3.2' import signal @@ -266,7 +264,6 @@ class Core(object): self.logger.info(_("Free space: %sMB") % self.freeSpace()) self.thread_list.pause = False - print self.server_methods.get_config_data() while True: sleep(2) |