summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-12-11 21:47:58 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-12-11 21:47:58 +0100
commit1cd0980b10a06ed75771ac525077e1d17bbafb73 (patch)
tree5f718a89cd7c5eaf80c98ea8a554a8d2ccc02940
parentdisplay file-size of current download (diff)
downloadpyload-1cd0980b10a06ed75771ac525077e1d17bbafb73.tar.xz
remote only disable with start option
-rw-r--r--pyload/Core.py1
-rw-r--r--pyload/config/default.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/pyload/Core.py b/pyload/Core.py
index 328a25c94..4003dd7b1 100644
--- a/pyload/Core.py
+++ b/pyload/Core.py
@@ -313,7 +313,6 @@ class Core(object):
self.config.loadDefault()
self.debug = self.doDebug or self.config['general']['debug_mode']
- self.remote &= self.config['remote']['activated']
pid = self.isAlreadyRunning()
# don't exit when in test runner
diff --git a/pyload/config/default.py b/pyload/config/default.py
index 5a879547a..5a02ef758 100644
--- a/pyload/config/default.py
+++ b/pyload/config/default.py
@@ -13,7 +13,6 @@ def make_config(config):
config.addConfigSection("remote", _("Remote"), _("Description"), _("Long description"),
[
- ("activated", "bool", _("Activated"), True),
("port", "int", _("Port"), 7227),
("listenaddr", "ip", _("Address"), "0.0.0.0"),
])