summaryrefslogtreecommitdiffstats
path: root/pyload/webui/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/webui/__init__.py')
-rw-r--r--pyload/webui/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyload/webui/__init__.py b/pyload/webui/__init__.py
index 841e5abd9..3b3d62b26 100644
--- a/pyload/webui/__init__.py
+++ b/pyload/webui/__init__.py
@@ -103,8 +103,8 @@ if PREFIX:
import pyload.webui.app
-def run_simple(host="0.0.0.0", port="8000"):
- run(app=web, host=host, port=port, quiet=True)
+def run_auto(host="0.0.0.0", port="8000"):
+ run(app=web, host=host, port=port, server="auto", quiet=True)
def run_lightweight(host="0.0.0.0", port="8000"):