diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-30 13:25:57 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-01-30 13:25:57 +0100 |
commit | af6ba51820a51b4185c855de12ec33a713ecd18a (patch) | |
tree | 94081be0c39e2f0c14d54a82449afa951c6343d8 /pyLoadCore.py | |
parent | linksave and ncrypt working with captchas (diff) | |
download | pyload-af6ba51820a51b4185c855de12ec33a713ecd18a.tar.xz |
fixed ssl xmlrpc backend
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index e6574eb34..7ad0f359b 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -336,8 +336,9 @@ class Core(object): self.js = JsEngine() self.log.info(_("Downloadtime: %s") % self.server_methods.is_time_download()) - - self.remoteManager.startBackends() + + if xmlrpc: + self.remoteManager.startBackends() if web: self.init_webserver() |