diff options
author | 2013-12-11 21:47:58 +0100 | |
---|---|---|
committer | 2013-12-11 21:47:58 +0100 | |
commit | 1cd0980b10a06ed75771ac525077e1d17bbafb73 (patch) | |
tree | 5f718a89cd7c5eaf80c98ea8a554a8d2ccc02940 /pyload/Core.py | |
parent | display file-size of current download (diff) | |
download | pyload-1cd0980b10a06ed75771ac525077e1d17bbafb73.tar.xz |
remote only disable with start option
Diffstat (limited to 'pyload/Core.py')
-rw-r--r-- | pyload/Core.py | 1 |
1 files changed, 0 insertions, 1 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 |