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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/pyload_app.py b/module/web/pyload_app.py
index 8401e1778..147c31a92 100644
--- a/module/web/pyload_app.py
+++ b/module/web/pyload_app.py
@@ -39,7 +39,7 @@ def pre_processor():
if api is not None:
user = api.user
- status = api.statusServer()
+ status = api.getServerStatus()
return {"user": user,
'server': status,