summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-03-30 18:16:29 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-03-30 18:16:29 +0200
commitd4d23c9803245e80bbfffc6ff0047c13899dc868 (patch)
tree02e24237e993eed17b6b702bddd083a33ee19527 /pyLoadCore.py
parentsetup fix (diff)
downloadpyload-d4d23c9803245e80bbfffc6ff0047c13899dc868.tar.xz
little fix
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py3
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)