summaryrefslogtreecommitdiffstats
path: root/pyload/manager/thread
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-17 00:50:31 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-17 00:50:31 +0200
commit3e87db92c439a4b8378a165f42a01ba142b56a5c (patch)
tree3d2a59c665b4656396b4927e603c0424723c8e95 /pyload/manager/thread
parentMerge branch 'stable' into 0.4.10 (diff)
downloadpyload-3e87db92c439a4b8378a165f42a01ba142b56a5c.tar.xz
Spare code cosmetics (1)
Diffstat (limited to 'pyload/manager/thread')
-rw-r--r--pyload/manager/thread/Server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/manager/thread/Server.py b/pyload/manager/thread/Server.py
index 990325f5d..83e886253 100644
--- a/pyload/manager/thread/Server.py
+++ b/pyload/manager/thread/Server.py
@@ -66,7 +66,7 @@ class WebServer(threading.Thread):
self.server = "builtin"
else:
self.core.log.info(_("Server set to threaded, due to known performance problems on windows."))
- self.core.config['webui']['server'] = "threaded"
+ self.core.config.set("webui", "server", "threaded")
self.server = "threaded"
if self.server == "threaded":