summaryrefslogtreecommitdiffstats
path: root/module/web/pyload_app.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/pyload_app.py')
-rw-r--r--module/web/pyload_app.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/web/pyload_app.py b/module/web/pyload_app.py
index 92ad88944..7be4975a7 100644
--- a/module/web/pyload_app.py
+++ b/module/web/pyload_app.py
@@ -131,12 +131,12 @@ def logout():
@route("/queue")
@login_required()
-def index(api):
+def queue(api):
return render_to_response("queue.html", proc=[pre_processor])
@route("/settings")
@login_required()
-def index(api):
+def settings(api):
return render_to_response("settings.html", proc=[pre_processor])
@route("/")